Sfoglia il codice sorgente

Run `rbenv rehash` on init

pull/360/head^2
Sam Stephenson 13 anni fa
parent
commit
6d6b1d6002
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      libexec/rbenv-init

+ 2
- 0
libexec/rbenv-init Vedi 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'

Caricamento…
Annulla
Salva