diff --git a/libexec/rbenv-init b/libexec/rbenv-init index fae07399..95b6c403 100755 --- a/libexec/rbenv-init +++ b/libexec/rbenv-init @@ -82,7 +82,7 @@ if [ -z "$no_rehash" ]; then echo 'rbenv rehash 2>/dev/null' fi -commands=(`rbenv commands --sh`) +commands=(`rbenv-commands --sh`) IFS="|" cat <