Properly silence which output to fix #166

This commit is contained in:
David Dworken 2024-02-06 22:04:55 -08:00
parent 93182c6483
commit b395f6fa95
No known key found for this signature in database

View File

@ -52,4 +52,4 @@ if [ -n "${HISHTORY_TEST:-}" ]; then
compinit
fi
source <(hishtory completion zsh); which compdef 2>&1 >/dev/null && compdef _hishtory hishtory
source <(hishtory completion zsh); which compdef >/dev/null 2>&1 && compdef _hishtory hishtory