fixup! Fixed kitty_theme causing i/o errors in other terminals

This commit is contained in:
2024-11-28 10:45:37 -05:00
parent bb57206141
commit 91793f396a

View File

@@ -39,7 +39,7 @@ in
}
alias vi="nvim"
kitty_theme() {
if [ $TERM = "kitty" ]; then
if [ $TERM = "xterm-kitty" ]; then
if [ -n "$SSH_CONNECTION" ]; then
kitty @ set-colors -a ~/.config/kitty/ssh-theme.conf
elif [ "$name" = "nix-shell-env" ] || [ "$NIX_SHELL" = "true" ]; then