From d570f6b6e2060ed1b385cf82dff37b94e070afc4 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 24 Apr 2023 04:58:27 -0500 Subject: [PATCH] refactor(zsh): do not invoke _kitty_complete for kitty terminal --- dots/.config/zsh/config/profile/profile/env.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/dots/.config/zsh/config/profile/profile/env.zsh b/dots/.config/zsh/config/profile/profile/env.zsh index 9a63c7af..97142fba 100644 --- a/dots/.config/zsh/config/profile/profile/env.zsh +++ b/dots/.config/zsh/config/profile/profile/env.zsh @@ -106,7 +106,6 @@ eval "$(direnv hook zsh)" if [[ "$TERM" = *"xterm-kitty"* ]]; then alias ssh="TERM=xterm-256color ssh" alias icat="kitty +kitten icat" - __kitty_complete fi if [[ "${TERM}" = "wezterm" ]]; then