mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 16:24:00 +01:00
Properly silence which output to fix #166
This commit is contained in:
parent
93182c6483
commit
b395f6fa95
@ -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
|
Loading…
Reference in New Issue
Block a user