mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
fix(gnu-utils): always reapply GNU coreutils on rehash
This commit is contained in:
parent
f85087005a
commit
0f1de08713
1 changed files with 2 additions and 7 deletions
|
@ -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
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue