Skip to content

Instantly share code, notes, and snippets.

@stephenmckinney
Created December 10, 2012 13:18
Show Gist options
  • Save stephenmckinney/4250509 to your computer and use it in GitHub Desktop.
Save stephenmckinney/4250509 to your computer and use it in GitHub Desktop.
Sane RVM settings
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
# 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