]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
feat: add fnm (#375)
authorRyan Cao <70191398+ryanccn@users.noreply.github.com>
Fri, 23 Feb 2024 19:22:00 +0000 (03:22 +0800)
committerGitHub <noreply@github.com>
Fri, 23 Feb 2024 19:22:00 +0000 (20:22 +0100)
programs/fnm.json [new file with mode: 0644]

diff --git a/programs/fnm.json b/programs/fnm.json
new file mode 100644 (file)
index 0000000..d758f98
--- /dev/null
@@ -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"
+    }
+  ]
+}