Created
December 10, 2012 13:18
-
-
Save stephenmckinney/4250509 to your computer and use it in GitHub Desktop.
Sane RVM settings
This file contains 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
rvm_project_rvmrc_default=1 # To enable switching to default / system when leaving a directory set | |
rvm_without_gems="rubygems-bundler" # Use Bundler binstubs instead | |
export rvm_ignore_gemsets_flag=1 # Ignore all gemsets |
This file contains 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
# Activate RVM Bundler binstubs integration | |
chmod +x $rvm_path/hooks/after_cd_bundler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment