Don't rehash on init for now

This commit is contained in:
Joshua Peek 2011-08-03 23:26:37 -05:00
parent 70e1f61337
commit 271bfea97d

View file

@ -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