From b202f25bc3e12799e70ec7acaa223e072583f10c Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Fri, 23 Feb 2024 13:06:49 +0800 Subject: [PATCH] feat: add fnm --- programs/fnm.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/fnm.json diff --git a/programs/fnm.json b/programs/fnm.json new file mode 100644 index 00000000..d758f981 --- /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" + } + ] +}