From 670fc23a4009477b5c2fdc3bc09beaab2961a550 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Thu, 7 Mar 2024 17:47:33 +0100 Subject: [PATCH] kitty: tweak term var --- files/kitty/.config/kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/kitty/.config/kitty/kitty.conf b/files/kitty/.config/kitty/kitty.conf index 3db6079..808df66 100644 --- a/files/kitty/.config/kitty/kitty.conf +++ b/files/kitty/.config/kitty/kitty.conf @@ -1500,7 +1500,7 @@ shell_integration no-cursor #: This option must be a comma separated list of the above values. #: This only source the first valid one in the above order. -# term xterm-kitty +term xterm-256color #: The value of the TERM environment variable to set. Changing this #: can break many terminal programs, only change it if you know what