X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/abe51259db6db1defbfe72f2f501830fa1f7803f..a1be1dcbd16712c28561f7b14de4a9ffdaef97b3:/programs/sqlite.json 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 +}