From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Fri, 23 Feb 2024 19:22:00 +0000 (+0800) Subject: feat: add fnm (#375) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/2e7cfadaab1864eb90d8bd8880ad0f572e20f21d?ds=sidebyside feat: add fnm (#375) --- diff --git a/programs/fnm.json b/programs/fnm.json new file mode 100644 index 0000000..d758f98 --- /dev/null +++ b/programs/fnm.json @@ -0,0 +1,10 @@ +{ + "name": "fnm", + "files": [ + { + "path": "$HOME/.fnm", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport FNM_DIR=\"$XDG_DATA_HOME\"/fnm\n```\n" + } + ] +}