From 2e7cfadaab1864eb90d8bd8880ad0f572e20f21d Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Sat, 24 Feb 2024 03:22:00 +0800 Subject: [PATCH] feat: add fnm (#375) --- 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 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" + } + ] +} -- 2.47.3