Skip to content

Commit

Permalink
Properly silence which output to fix #166
Browse files Browse the repository at this point in the history
  • Loading branch information
ddworken committed Feb 7, 2024
1 parent 93182c6 commit b395f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/lib/config.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b395f6f

Please sign in to comment.