Run rbenv rehash on init

This commit is contained in:
Sam Stephenson 2011-08-15 01:18:04 -05:00
parent dd8a005c7d
commit 6d6b1d6002

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'