Skip to content

Instantly share code, notes, and snippets.

@vincent178
Created August 25, 2013 08:10
Show Gist options
  • Save vincent178/6332604 to your computer and use it in GitHub Desktop.
Save vincent178/6332604 to your computer and use it in GitHub Desktop.
let sublime use rvm ruby; PATH: /Users/lhuang/Library/Application Support/Sublime Text 2/Packages/ruby
{
"env":{
"PATH":"${HOME}/.rvm/bin:${PATH}"
},
"cmd": ["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