From: Azad <49314270+Akmadan23@users.noreply.github.com> Date: Fri, 14 Oct 2022 11:46:38 +0000 (+0200) Subject: Add `nimble` (#187) X-Git-Tag: v0.2.0.2~133 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/14c0be0c10aa75d41eb7a5630ecc16d4669440de?ds=sidebyside Add `nimble` (#187) --- diff --git a/programs/nimble.json b/programs/nimble.json new file mode 100644 index 0000000..22f2418 --- /dev/null +++ b/programs/nimble.json @@ -0,0 +1,10 @@ +{ + "name": "nimble", + "files": [ + { + "path": "$HOME/.nimble", + "movable": true, + "help": "Export the following environment variable:\n\n```bash\nexport NIMBLE_DIR=\"$XDG_DATA_HOME/nimble\"\n```\n" + } + ] +}