Skip to content

Commit

Permalink
Add || true to fully fix #166
Browse files Browse the repository at this point in the history
  • Loading branch information
ddworken committed Aug 11, 2024
1 parent d56718d commit 0126844
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 >/dev/null 2>&1 && compdef _hishtory hishtory
source <(hishtory completion zsh); which compdef >/dev/null 2>&1 && compdef _hishtory hishtory || true

0 comments on commit 0126844

Please sign in to comment.