X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/b4740eba76c56cf55b311cfa9f3b07067024e6db..fcb42f9f515c8cb8c0b96a7f37fe52dab5f0bbd8:/programs/sqlite.json?ds=inline diff --git a/programs/sqlite.json b/programs/sqlite.json index 2538d6d..d8df455 100644 --- a/programs/sqlite.json +++ b/programs/sqlite.json @@ -3,7 +3,12 @@ { "path": "$HOME/.sqlite_history", "movable": true, - "help": "Export the following environment variables:\n\n```bash\nexport SQLITE_HISTORY=$XDG_CACHE_HOME/sqlite_history\n```\n" + "help": "Export the following environment variables:\n\n```bash\nexport SQLITE_HISTORY=\"$XDG_CACHE_HOME\"/sqlite_history\n```\n" + }, + { + "path": "$HOME/.sqliterc", + "movable": true, + "help": "XDG paths are supported in version 3.41.0+, so you can move this file to _XDG_CONFIG_HOME/sqlite3/sqliterc_.\n" } ], "name": "sqlite"