Skip to content

Instantly share code, notes, and snippets.

@diffused
diffused / sb2_rbenv_osx.js
Last active December 16, 2015 12:39
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"
}