mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-31 22:59:25 +00:00
[#85] Always call builtin hash
This commit is contained in:
@ -56,7 +56,7 @@ function __gnu_utils {
|
|||||||
# functions have to be wrapped.
|
# functions have to be wrapped.
|
||||||
#
|
#
|
||||||
if (( $+commands[$gcmd] )); then
|
if (( $+commands[$gcmd] )); then
|
||||||
hash "$gcmd[2,-1]"="$commands[$gcmd]"
|
builtin hash "$gcmd[2,-1]"="$commands[$gcmd]"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user