Add || true to fully fix #166

This commit is contained in:
David Dworken 2024-02-08 22:44:35 -08:00
parent d56718d8ae
commit 0126844e8b
No known key found for this signature in database

View File

@ -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