From: dosisod <39638017+dosisod@users.noreply.github.com> Date: Mon, 27 Feb 2023 11:49:11 +0000 (-0800) Subject: Update `sqlite.json` to include `$HOME/.sqliterc` (#224) X-Git-Tag: v0.2.0.2~98 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/da62a1d787a886346f65137fa3d185818ef35711 Update `sqlite.json` to include `$HOME/.sqliterc` (#224) SQLite version 3.41.0 includes support for moving the `.sqliterc` file into the `$XDG_CONFIG_HOME` folder. --- diff --git a/programs/sqlite.json b/programs/sqlite.json index 04e0802..d8df455 100644 --- a/programs/sqlite.json +++ b/programs/sqlite.json @@ -4,6 +4,11 @@ "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" + }, + { + "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"