]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/sqlite.json
Add new-line character (#384)
[xdg-ninja.git] / programs / sqlite.json
index 205ddfa73c09186be5e5697c82816d549485de6d..b7f4273128c3310d23e9765513ea8c0f64862027 100644 (file)
@@ -3,8 +3,13 @@
         {
             "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"
+        },
+        {
+            "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"
-}
\ No newline at end of file
+}