Skip to content

Instantly share code, notes, and snippets.

@mariozig
Last active December 11, 2015 01:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariozig/4521500 to your computer and use it in GitHub Desktop.
Save mariozig/4521500 to your computer and use it in GitHub Desktop.
Sublime Text 2 and RVM together... Full post here: http://ruby.zigzo.com/2013/01/11/sublime-text-2-and-rvm/
{
"cmd": [ "/Users/YOUR_USER_NAME/.rvm/bin/rvm-auto-ruby", "$file" ],
"file_regex": "^(...*?):([0-9]*):?([0-9]*)",
"selector": "source.ruby"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment