]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add fvm (#434)
authorGuillaume BOEHM <github@mail.gboehm.com>
Thu, 10 Oct 2024 10:57:19 +0000 (12:57 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Oct 2024 10:57:19 +0000 (12:57 +0200)
programs/fvm.json [new file with mode: 0644]

diff --git a/programs/fvm.json b/programs/fvm.json
new file mode 100644 (file)
index 0000000..4aee7f0
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "fvm",
+    "files": [
+        {
+            "path": "$HOME/fvm",
+            "movable": true,
+            "help": "Export the following environment variable:\n\n```bash\nexport FVM_CACHE_PATH=\"$XDG_CACHE_HOME\"/fvm\n```\n"
+        }
+    ]
+}