Created
April 19, 2013 01:25
-
-
Save codebycliff/5417474 to your computer and use it in GitHub Desktop.
Some RVM flags
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_path="$HOME/.rvm" | |
export rvm_pretty_print_flag=1 | |
export rvm_install_on_use_flag=1 | |
export rvm_gemset_create_on_use_flag=1 | |
export rvm_make_flags="-j2" | |
export rvm_trust_rvmrcs_flag=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment