Skip to content

Commit

Permalink
Updated install message for zshrc instead of zshenv.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Dec 30, 2009
1 parent 1f915f0 commit 5d2213e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ echo -e "\n ~ Wayne\n"
echo "================================================================================"

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 .zshenv for zsh), after all path/variable settings:"
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"
Expand Down

0 comments on commit 5d2213e

Please sign in to comment.