]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge branch 'b3nj5m1n:main' into main
authorKellett <ke11ett@gmail.com>
Thu, 19 May 2022 07:30:47 +0000 (08:30 +0100)
committerGitHub <noreply@github.com>
Thu, 19 May 2022 07:30:47 +0000 (08:30 +0100)
programs/ghcup.json [new file with mode: 0644]
programs/nvidia.json [deleted file]

diff --git a/programs/ghcup.json b/programs/ghcup.json
new file mode 100644 (file)
index 0000000..d9c28b6
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.ghcup",
+            "supportLevel": "EnvVars",
+            "help": "Export the following environment variables:\n\n```bash\nexport GHCUP_USE_XDG_DIRS=true\n```\n"
+        }
+    ],
+    "name": "ghcup"
+}
\ No newline at end of file
diff --git a/programs/nvidia.json b/programs/nvidia.json
deleted file mode 100644 (file)
index da2e710..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-    "files": [
-        {
-            "path": "$HOME/.nv",
-            "movable": true,
-            "help": "Uses _XDG_CACHE_HOME_ if it is set.\n"
-        }
-    ],
-    "name": "nvidia"
-}
\ No newline at end of file