fish: remove workaround for kitty

This commit is contained in:
2026-03-12 01:32:55 +01:00
parent dc7c0839a6
commit ec92891e4d
@@ -1,5 +0,0 @@
# Workaround: https://github.com/kovidgoyal/kitty/issues/9416
if test "$TERM" = "xterm-kitty"; and type -q kitty; and kitty --version | grep -q "0.45.0"
set -xg TERM "xterm-256color"
set -xg TERMINFO "/usr/share/terminfo"
end