Browse Source

Run `rbenv rehash` on init

pull/360/head^2
Sam Stephenson 13 years ago
parent
commit
6d6b1d6002
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libexec/rbenv-init

+ 2
- 0
libexec/rbenv-init View File

@ -58,3 +58,5 @@ echo 'export PATH="${HOME}/.rbenv/shims:${PATH}"'
if [ "$shell" = "bash" ]; then
echo "source \"$root/completions/rbenv.bash\""
fi
echo 'rbenv rehash 2>/dev/null'

Loading…
Cancel
Save