mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Run rbenv rehash
on init
This commit is contained in:
parent
dd8a005c7d
commit
6d6b1d6002
1 changed files with 2 additions and 0 deletions
|
@ -58,3 +58,5 @@ echo 'export PATH="${HOME}/.rbenv/shims:${PATH}"'
|
||||||
if [ "$shell" = "bash" ]; then
|
if [ "$shell" = "bash" ]; then
|
||||||
echo "source \"$root/completions/rbenv.bash\""
|
echo "source \"$root/completions/rbenv.bash\""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo 'rbenv rehash 2>/dev/null'
|
||||||
|
|
Loading…
Reference in a new issue