Created
October 11, 2013 11:39
-
-
Save kernow/6933317 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 rvm_environments_path="${HOME}/.rvm/environments" | |
export rvm_gems_path="${HOME}/.rvm/gems" | |
export rvm_gems_cache_path="${HOME}/.rvm/gems_cache" | |
export rvm_wrappers_path="${HOME}/.rvm/wrappers" | |
export rvm_create_flag="1" | |
export rvm_user_path="${HOME}/.rvm/user" | |
export rvm_log_path="${HOME}/.rvm/log" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment