diff --git a/client/lib/config.zsh b/client/lib/config.zsh index c203f1c..47536d4 100644 --- a/client/lib/config.zsh +++ b/client/lib/config.zsh @@ -52,4 +52,4 @@ if [ -n "${HISHTORY_TEST:-}" ]; then compinit fi -source <(hishtory completion zsh); which compdef 2>&1 >/dev/null && compdef _hishtory hishtory \ No newline at end of file +source <(hishtory completion zsh); which compdef >/dev/null 2>&1 && compdef _hishtory hishtory \ No newline at end of file