From 03484583314657c35c5c4373ddc9c4be0cec6e6d Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Mon, 13 Dec 2021 14:25:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA?= =?UTF-8?q?=D0=B0=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D1=8B=20=D0=B2=20tmux?= =?UTF-8?q?=20=D0=B8=D0=BB=D0=B8=20screen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 65-scripts.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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