mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-05-11 05:55:17 +00:00
fix(gnu-utils): always reapply GNU coreutils on rehash
This commit is contained in:
@@ -73,11 +73,6 @@ function hash() {
|
||||
}
|
||||
|
||||
function rehash() {
|
||||
if [[ "$*" =~ "-f" ]]; then
|
||||
builtin rehash "$@"
|
||||
__gnu_utils
|
||||
else
|
||||
builtin rehash "$@"
|
||||
fi
|
||||
builtin rehash "$@"
|
||||
__gnu_utils
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user