scripts/rvm-install in rvm-0.1.12 vs scripts/rvm-install in rvm-0.1.13

- old
+ new

@@ -176,9 +176,12 @@ if [[ "root" != "$(whoami)" ]] ; then echo -e "\n$(tput setaf 1)You must now finish the install manually:$(tput sgr0)" echo -e "\n1) Place the folowing line at the end of your shell's loading files(.bashrc and then .bash_profile for bash and .zshrc for zsh), after all path/variable settings:" echo -e "\n if [[ -s $rvm_path/scripts/rvm ]] ; then source $rvm_path/scripts/rvm ; fi" echo -e "\n2) Ensure that there is no 'return' from inside the .bashrc file. (otherwise rvm will be prevented from working properly)." - echo -e "\n3) $(tput setaf 1)CLOSE THIS SHELL$(tput sgr0) and open a new one in order to use rvm.\n" + echo -e "\n This means that if you see '[ -z "$PS1" ] && return' then you must split your .bashrc" + echo -e "\n Put everything below and above that line into your .bash_profile, and delete that line and below from .bashrc" + echo -e "\n If you wish to DRY up your config you can 'source ~/.bashrc' at the top of your .bash_profile." + echo -e "\n4) Then $(tput setaf 1)CLOSE THIS SHELL$(tput sgr0) and open a new one in order to use rvm.\n" fi exit 0