From 9b85a097a0b9e8714a1c09fee63f07e691ef4431 Mon Sep 17 00:00:00 2001 From: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com> Date: Wed, 17 Sep 2025 20:34:33 -0400 Subject: [PATCH] fix: set xterm-256color as the default kitty TERM variable --- .config/kitty/kitty.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index c0828c2..7a00cb2 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -1872,7 +1872,7 @@ tab_bar_style powerline #: # Do not clear previous notification when next command finishes or window regains focus #: notify_on_cmd_finish invisible 5.0 notify -# 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 @@ -2798,4 +2798,4 @@ font_family family="JetBrainsMonoNL Nerd Font Mono" bold_font auto italic_font auto bold_italic_font auto -# END_KITTY_FONTS \ No newline at end of file +# END_KITTY_FONTS