From 131f5a7d42067a93a92023fa027aa23192e8d276 Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Tue, 22 Sep 2020 23:37:17 +0000 Subject: [PATCH] kitty guard --- zsh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/rc b/zsh/rc index a50f9c1..fcdb9af 100644 --- a/zsh/rc +++ b/zsh/rc @@ -25,7 +25,7 @@ zmodload -i zsh/complist; bindkey -M menuselect '^M' .accept-line; # Completion for Kitty -kitty + complete setup zsh | source /dev/stdin +which kitty >/dev/null && kitty + complete setup zsh | source /dev/stdin # #