From 0126844e8be91ee9250915644bdbe440790f773a Mon Sep 17 00:00:00 2001 From: David Dworken Date: Thu, 8 Feb 2024 22:44:35 -0800 Subject: [PATCH] Add || true to fully fix #166 --- client/lib/config.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/lib/config.zsh b/client/lib/config.zsh index 47536d4..acccd67 100644 --- a/client/lib/config.zsh +++ b/client/lib/config.zsh @@ -52,4 +52,4 @@ if [ -n "${HISHTORY_TEST:-}" ]; then compinit fi -source <(hishtory completion zsh); which compdef >/dev/null 2>&1 && compdef _hishtory hishtory \ No newline at end of file +source <(hishtory completion zsh); which compdef >/dev/null 2>&1 && compdef _hishtory hishtory || true \ No newline at end of file