Suggest that rbenv should be loaded at end of shell rc file

Closes #725
This commit is contained in:
Mislav Marohnić 2015-09-12 15:27:32 -07:00
parent 3b6faa8531
commit 9e664b5d27

View File

@ -49,7 +49,7 @@ if [ -z "$print" ]; then
;; ;;
esac esac
{ echo "# Load rbenv automatically by adding" { echo "# Load rbenv automatically by appending"
echo "# the following to ${profile}:" echo "# the following to ${profile}:"
echo echo
case "$shell" in case "$shell" in