From: Iago Leal Date: Tue, 5 Sep 2023 00:05:16 +0000 (-0300) Subject: Add support for fennel X-Git-Tag: v0.2.0.2~29^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/d72f78ca883440fe6fe2829bef12fe8567e5ed9a?ds=sidebyside Add support for fennel --- diff --git a/programs/fennel.json b/programs/fennel.json new file mode 100644 index 0000000..01a0ee4 --- /dev/null +++ b/programs/fennel.json @@ -0,0 +1,10 @@ +{ + "name": "fennel", + "files": [ + { + "path": "$HOME/.fennelrc", + "movable": true, + "help": "Supported since _v0.3.1_.\n\nYou can move the file to _$XDG_CONFIG_HOME/fennel/fennelrc_.\n" + } + ] +}