]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #44 from BlueBoxWare/intellij
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Tue, 17 May 2022 17:43:35 +0000 (19:43 +0200)
committerGitHub <noreply@github.com>
Tue, 17 May 2022 17:43:35 +0000 (19:43 +0200)
Add configuration for IntelliJ downloaded JDKs.

programs/nss.json [new file with mode: 0644]
programs/sqlite.json

diff --git a/programs/nss.json b/programs/nss.json
new file mode 100644 (file)
index 0000000..34b6c0c
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.pki",
+            "movable": true,
+            "help": "XDG is supported out-of-the-box, so we can simply move the file to _XDG_DATA_HOME/pki_.\n"
+        }
+    ],
+    "name": "nss"
+}
\ No newline at end of file
index 205ddfa73c09186be5e5697c82816d549485de6d..2538d6d9b1d6b3cd872b9ac18f7644320b13ed9c 100644 (file)
@@ -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
+}