From 9e664b5d27cd7b2bdb94a9ec8ce55c32ebe1ad7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Sat, 12 Sep 2015 15:27:32 -0700 Subject: [PATCH] Suggest that rbenv should be loaded at end of shell rc file Closes #725 --- libexec/rbenv-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rbenv-init b/libexec/rbenv-init index 0b2c13aa..d0daa682 100755 --- a/libexec/rbenv-init +++ b/libexec/rbenv-init @@ -49,7 +49,7 @@ if [ -z "$print" ]; then ;; esac - { echo "# Load rbenv automatically by adding" + { echo "# Load rbenv automatically by appending" echo "# the following to ${profile}:" echo case "$shell" in