X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/abe51259db6db1defbfe72f2f501830fa1f7803f..2212d4362b572c2b0983b0a6cc0d011af7c19cf5:/programs/sqlite.json?ds=sidebyside diff --git a/programs/sqlite.json b/programs/sqlite.json index 205ddfa..04e0802 100644 --- a/programs/sqlite.json +++ b/programs/sqlite.json @@ -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 +}