mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-16 18:41:03 +01:00
Add || true to fully fix #166
This commit is contained in:
parent
ff74880ddf
commit
786d2541d7
@ -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