mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-26 10:13:44 +01:00
Add || true to fully fix #166
This commit is contained in:
parent
d56718d8ae
commit
0126844e8b
@ -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
|
Loading…
Reference in New Issue
Block a user