mirror of
https://github.com/ddworken/hishtory.git
synced 2025-05-30 06:59:00 +02:00
Properly silence which output to fix #166
This commit is contained in:
parent
43630e4cd6
commit
307637b26e
@ -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…
x
Reference in New Issue
Block a user