fix: Copying rbenv's way of handling rehash for fish
@ -10,4 +10,12 @@ fi
# When jenv shell integration is enabled, delegate to jenv-rehash,
# then tell the shell to empty its command lookup cache.
jenv-rehash
echo "hash -r"
case "$shell" in
fish )
# no rehash support
;;
* )
esac