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

parent f8508700
...@@ -73,11 +73,6 @@ function hash() { ...@@ -73,11 +73,6 @@ function hash() {
} }
function rehash() { function rehash() {
if [[ "$*" =~ "-f" ]]; then builtin rehash "$@"
builtin rehash "$@" __gnu_utils
__gnu_utils
else
builtin rehash "$@"
fi
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment