]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/sqlite.json
Update ohmyzsh.json
[xdg-ninja.git] / programs / sqlite.json
1 {
2 "files": [
3 {
4 "path": "$HOME/.sqlite_history",
5 "movable": true,
6 "help": "Export the following environment variables:\n\n```bash\nexport SQLITE_HISTORY=\"$XDG_CACHE_HOME\"/sqlite_history\n```\n"
7 },
8 {
9 "path": "$HOME/.sqliterc",
10 "movable": true,
11 "help": "XDG paths are supported in version 3.41.0+, so you can move this file to _$XDG_CONFIG_HOME/sqlite3/sqliterc_.\n"
12 }
13 ],
14 "name": "sqlite"
15 }