Created
September 1, 2011 03:15
-
-
Save Sadin/1185350 to your computer and use it in GitHub Desktop.
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
| 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