Created
January 18, 2010 11:47
-
-
Save mdub/279955 to your computer and use it in GitHub Desktop.
rvm-default-ruby
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# For easy rvm/TextMate integration, point your "TM_RUBY" Shell Variable at this script | |
# e.g. TM_RUBY=/Users/whaevuh/bin/rvm-default-ruby | |
source $HOME/.rvm/config/default | |
exec ruby "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
also, remember to make rvm-default-ruby executable with chmod u+x rvm-default-ruby