]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #42 from Willenbrink/do-notation
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Tue, 17 May 2022 17:49:07 +0000 (19:49 +0200)
committerGitHub <noreply@github.com>
Tue, 17 May 2022 17:49:07 +0000 (19:49 +0200)
programs/intellij [new file with mode: 0644]
programs/nss.json [new file with mode: 0644]
programs/sqlite.json

diff --git a/programs/intellij b/programs/intellij
new file mode 100644 (file)
index 0000000..da49f35
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.jdks",
+            "movable": true,
+            "help": "Add ```-Djdk.downloader.home=<your preferred path>``` to the IntelliJ Custom VM options.\n\nSee: [here](https://youtrack.jetbrains.com/issue/IDEA-254464)."
+        }
+    ],
+    "name": "intellij"
+}
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
+}