Browse Source

Don't rehash on init for now

pull/360/head^2
Joshua Peek 13 years ago
parent
commit
271bfea97d
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libexec/rbenv-init

+ 0
- 1
libexec/rbenv-init View File

@ -22,7 +22,6 @@ abs_dirname() {
root="$(abs_dirname "$0")/.." root="$(abs_dirname "$0")/.."
if [ -d "$HOME/.rbenv/shims" ]; then if [ -d "$HOME/.rbenv/shims" ]; then
rbenv-rehash
echo 'PATH="$HOME/.rbenv/shims:$PATH"' echo 'PATH="$HOME/.rbenv/shims:$PATH"'
fi fi

Loading…
Cancel
Save