]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Suggest XDG_CACHE_HOME instead of XDG_DATA_HOME
authorTalvi <talvi@see-base.de>
Tue, 17 May 2022 10:43:06 +0000 (12:43 +0200)
committerGitHub <noreply@github.com>
Tue, 17 May 2022 10:43:06 +0000 (12:43 +0200)
Since it is a history file, i would consider it non-essential.

programs/sqlite.json

index 205ddfa73c09186be5e5697c82816d549485de6d..2538d6d9b1d6b3cd872b9ac18f7644320b13ed9c 100644 (file)
@@ -3,8 +3,8 @@
         {
             "path": "$HOME/.sqlite_history",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport SQLITE_HISTORY=$XDG_DATA_HOME/sqlite_history\n```\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport SQLITE_HISTORY=$XDG_CACHE_HOME/sqlite_history\n```\n"
         }
     ],
     "name": "sqlite"
-}
\ No newline at end of file
+}