From: gnebbia <16106651+gnebbia@users.noreply.github.com> Date: Tue, 7 Nov 2023 20:58:08 +0000 (+0100) Subject: Added roswell support X-Git-Tag: v0.2.0.2~14^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/9646649ee1e56fa92767a5d1f3376b4f32f09c20 Added roswell support --- diff --git a/programs/roswell.json b/programs/roswell.json new file mode 100644 index 0000000..d83466c --- /dev/null +++ b/programs/roswell.json @@ -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" +}