Skip to content

Instantly share code, notes, and snippets.

@diffused
Last active December 16, 2015 12:39
Show Gist options
  • Save diffused/5436551 to your computer and use it in GitHub Desktop.
Save diffused/5436551 to your computer and use it in GitHub Desktop.
SublimeText 2, rbenv, osx and the build command
{
// These are the old commands
//"cmd": ["ruby", "$file"],
//"cmd": ["/usr/local/bin/ruby", "$file"],
"cmd": ["/Users/kiwidev/.rbenv/shims/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