Created
June 5, 2011 18:19
-
-
Save iande/1009244 to your computer and use it in GitHub Desktop.
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
export PATH="/Users/chaos/.rvm/gems/ruby-1.9.2-p180@global/bin:/bin:/bin:/Users/chaos/.rvm/bin:$PATH" | |
rvm_path='/Users/chaos/.rvm' ; export rvm_path | |
RUBY_VERSION='ruby-1.9.2-p180' ; export RUBY_VERSION | |
GEM_HOME='/Users/chaos/.rvm/gems/ruby-1.9.2-p180@global' ; export GEM_HOME | |
GEM_PATH='/Users/chaos/.rvm/gems/ruby-1.9.2-p180@global:' ; export GEM_PATH | |
unset MY_RUBY_HOME | |
unset IRBRC | |
rvm_ruby_string='ruby-1.9.2-p180' ; export rvm_ruby_string | |
unset rvm_gemset_name | |
unset MAGLEV_HOME | |
unset RBXOPT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment