Skip to content

Instantly share code, notes, and snippets.

@kpearson
Last active August 29, 2015 14:16
Show Gist options
  • Save kpearson/8c0adea4fcc990490a5b to your computer and use it in GitHub Desktop.
Save kpearson/8c0adea4fcc990490a5b to your computer and use it in GitHub Desktop.
SublimeText 2 - Ruby Version Manager
{
"cmd": [ "/Users/user_name/.rvm/bin/rvm-auto-ruby", "$file" ],
"file_regex": "^(...*?):([0-9]*):?([0-9]*)",
"selector": "source.ruby"
}
@kpearson
Copy link
Author

kpearson commented Mar 4, 2015

Note: change the /Users/user_name to your homedir. For some reason (my version of) Sublime Text 2 won't pass $HOME or ~/.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment