Skip to content

Commit

Permalink
Add rvm (#429)
Browse files Browse the repository at this point in the history
* add rvm

* Update rvm.json
  • Loading branch information
joshuanianji authored Aug 18, 2024
1 parent 29d197b commit 6277546
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions programs/rvm.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 6277546

Please sign in to comment.