Browse Source

[#85] Always call builtin hash

master
Sorin Ionescu 12 years ago
parent
commit
57efc55533
  1. 2
      plugins/gnu-utils/init.zsh

2
plugins/gnu-utils/init.zsh

@ -56,7 +56,7 @@ function __gnu_utils { @@ -56,7 +56,7 @@ function __gnu_utils {
# functions have to be wrapped.
#
if (( $+commands[$gcmd] )); then
hash "$gcmd[2,-1]"="$commands[$gcmd]"
builtin hash "$gcmd[2,-1]"="$commands[$gcmd]"
fi
done

Loading…
Cancel
Save