From: Talvi Date: Tue, 17 May 2022 10:43:06 +0000 (+0200) Subject: Suggest XDG_CACHE_HOME instead of XDG_DATA_HOME X-Git-Tag: v0.2.0.0~52^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/a0dad7d822c0eb148025e2b68972fac5c330d069 Suggest XDG_CACHE_HOME instead of XDG_DATA_HOME Since it is a history file, i would consider it non-essential. --- diff --git a/programs/sqlite.json b/programs/sqlite.json index 205ddfa..2538d6d 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 +}