Ver código fonte

Run `rbenv rehash` on init

pull/360/head^2
Sam Stephenson 13 anos atrás
pai
commit
6d6b1d6002
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      libexec/rbenv-init

+ 2
- 0
libexec/rbenv-init Ver arquivo

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

Carregando…
Cancelar
Salvar