diff --git a/65-scripts.zsh b/65-scripts.zsh index 45f557b..fb0fbf0 100644 --- a/65-scripts.zsh +++ b/65-scripts.zsh @@ -95,7 +95,7 @@ kitty-install-terminfo() { echo "Close terminal and start again." } -if [[ "x${TERM}" = "xxterm-kitty" ]]; then +if [[ "x${TERM}" = "xxterm-kitty" ]] || [[ "x${TERM}" == *"screen"* ]] || [[ "x${TERM}" == *"tmux"* ]]; then if infocmp "xterm-kitty" > /dev/null 2>&1 ; then unset -f kitty-install-terminfo fi