From: Joshua Ji Date: Sun, 18 Aug 2024 17:12:10 +0000 (-0600) Subject: Add rvm (#429) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/62775460e122ea373116c814b110f2485ab6bd64?ds=sidebyside Add rvm (#429) * add rvm * Update rvm.json --- diff --git a/programs/rvm.json b/programs/rvm.json new file mode 100644 index 0000000..6430414 --- /dev/null +++ b/programs/rvm.json @@ -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" +}