From a0dad7d822c0eb148025e2b68972fac5c330d069 Mon Sep 17 00:00:00 2001 From: Talvi Date: Tue, 17 May 2022 12:43:06 +0200 Subject: [PATCH] Suggest XDG_CACHE_HOME instead of XDG_DATA_HOME Since it is a history file, i would consider it non-essential. --- programs/sqlite.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.47.3