]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #332 from gnebbia/feature_roswell
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Wed, 8 Nov 2023 12:52:03 +0000 (13:52 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Nov 2023 12:52:03 +0000 (13:52 +0100)
Added roswell support

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

diff --git a/programs/roswell.json b/programs/roswell.json
new file mode 100644 (file)
index 0000000..d83466c
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.roswell",
+            "movable": true,
+            "help": "Export the following environment variables:\n\n```bash\nexport ROSWELL_HOME=\"$XDG_DATA_HOME\"/roswell\n```\n"
+        }
+    ],
+    "name": "roswell"
+}