This commit is contained in:
2026-02-09 07:26:58 +01:00
parent 2a5b2fd9c2
commit 7a5cc56244
10 changed files with 190 additions and 250 deletions
+1
View File
@@ -2,6 +2,7 @@
!.gitignore
!05-done.fish
!10-env.fish
!10-kitty.fish
!10-niri-env.fish
!10-sshs.fish
!50-prompt.fish
@@ -0,0 +1,5 @@
# Workaround: https://github.com/kovidgoyal/kitty/issues/9416
if test "$TERM" = "xterm-kitty"; and kitty --version | grep -q "0.45.0"
set -xg TERM "xterm-256color"
set -xg TERMINFO "/usr/share/terminfo"
end