refactor(zsh): do not invoke _kitty_complete for kitty terminal
This commit is contained in:
parent
2fd8515a7f
commit
d570f6b6e2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user