refactor(zsh): do not invoke _kitty_complete for kitty terminal

This commit is contained in:
Price Hiller 2023-04-24 04:58:27 -05:00
parent 2fd8515a7f
commit d570f6b6e2
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -106,7 +106,6 @@ eval "$(direnv hook zsh)"
if [[ "$TERM" = *"xterm-kitty"* ]]; then if [[ "$TERM" = *"xterm-kitty"* ]]; then
alias ssh="TERM=xterm-256color ssh" alias ssh="TERM=xterm-256color ssh"
alias icat="kitty +kitten icat" alias icat="kitty +kitten icat"
__kitty_complete
fi fi
if [[ "${TERM}" = "wezterm" ]]; then if [[ "${TERM}" = "wezterm" ]]; then