fix(gnu-utils): always reapply GNU coreutils on `rehash`

master
Marc Cornellà 5 years ago
parent f85087005a
commit 0f1de08713
No known key found for this signature in database
GPG Key ID: 314585E776A9C1B
  1. 9
      plugins/gnu-utils/gnu-utils.plugin.zsh

@ -73,11 +73,6 @@ function hash() {
}
function rehash() {
if [[ "$*" =~ "-f" ]]; then
builtin rehash "$@"
__gnu_utils
else
builtin rehash "$@"
fi
builtin rehash "$@"
__gnu_utils
}

Loading…
Cancel
Save