Skip to content

Instantly share code, notes, and snippets.

@Sadin
Created September 1, 2011 03:15
Show Gist options
  • Save Sadin/1185350 to your computer and use it in GitHub Desktop.
Save Sadin/1185350 to your computer and use it in GitHub Desktop.
NOTE:
As of 1.8.0 RVM once again loads .rvmrc files, by default, after asking your
permission to trust it of course. If you do not wish to be enabled, simply set:
export rvm_project_rvmrc=0
Within either your /etc/rvmrc or $HOME/.rvmrc file. This will turn off the
cd/pushd hooks when sourcing the rvm() function into your shell.
Example: echo 'export rvm_project_rvmrc=0' >> $HOME/.rvmrc;
(Then close the current shell and open a new one.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment