Skip to content

Instantly share code, notes, and snippets.

@kneipp
Created March 10, 2013 22:21
Show Gist options
  • Save kneipp/5130760 to your computer and use it in GitHub Desktop.
Save kneipp/5130760 to your computer and use it in GitHub Desktop.
TM_RUBY
1)
/Users/kneipp/.rvm/bin/rvm-auto-ruby
2) # ~/.rvm/bin/textmate_ruby
#!/usr/bin/env sh
source ~/.rvm/scripts/rvm
cd .
exec ruby "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment