diff --git a/libexec/rbenv-init b/libexec/rbenv-init index 0e0a36ec..06a2500e 100755 --- a/libexec/rbenv-init +++ b/libexec/rbenv-init @@ -22,7 +22,6 @@ abs_dirname() { root="$(abs_dirname "$0")/.." if [ -d "$HOME/.rbenv/shims" ]; then - rbenv-rehash echo 'PATH="$HOME/.rbenv/shims:$PATH"' fi