Skip to content

Instantly share code, notes, and snippets.

@kurtbartholomew
Created January 29, 2015 19:30
Show Gist options
  • Save kurtbartholomew/97b34c7477847592ab23 to your computer and use it in GitHub Desktop.
Save kurtbartholomew/97b34c7477847592ab23 to your computer and use it in GitHub Desktop.
RVM Ruby Build
/*Replace username with your own. You can also try ~/.rvm/bin/rvm-auto-ruby, but it didn't work for me */
{
"cmd": ["/home/username/.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