Skip to content

Instantly share code, notes, and snippets.

@codebycliff
Created April 19, 2013 01:25
Show Gist options
  • Save codebycliff/5417474 to your computer and use it in GitHub Desktop.
Save codebycliff/5417474 to your computer and use it in GitHub Desktop.
Some RVM flags
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