]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add rvm (#429)
authorJoshua Ji <joshuanianji@users.noreply.github.com>
Sun, 18 Aug 2024 17:12:10 +0000 (11:12 -0600)
committerGitHub <noreply@github.com>
Sun, 18 Aug 2024 17:12:10 +0000 (19:12 +0200)
* add rvm

* Update rvm.json

programs/rvm.json [new file with mode: 0644]

diff --git a/programs/rvm.json b/programs/rvm.json
new file mode 100644 (file)
index 0000000..6430414
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.rvm",
+            "movable": true,
+            "help": "Export the following environment variables; note the lower case:\n\n```bash\nexport rvm_path=\"$XDG_DATA_HOME\"/rvm\n```\n"
+        }
+    ],
+    "name": "rvm"
+}