]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Added roswell support
authorgnebbia <16106651+gnebbia@users.noreply.github.com>
Tue, 7 Nov 2023 20:58:08 +0000 (21:58 +0100)
committergnebbia <16106651+gnebbia@users.noreply.github.com>
Tue, 7 Nov 2023 20:58:08 +0000 (21:58 +0100)
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"
+}