From 77f7307858f3cf6f1b9b3784ce2418b6ff005ab4 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Wed, 30 Jul 2025 10:53:29 +0200 Subject: [PATCH] use xterm-kitty only --- .chezmoitemplates/zshrc_darwin.tmpl | 2 +- .chezmoitemplates/zshrc_linux.tmpl | 2 +- dot_config/kitty/kitty.conf | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.chezmoitemplates/zshrc_darwin.tmpl b/.chezmoitemplates/zshrc_darwin.tmpl index ee9fe11..971b0d3 100644 --- a/.chezmoitemplates/zshrc_darwin.tmpl +++ b/.chezmoitemplates/zshrc_darwin.tmpl @@ -238,4 +238,4 @@ export EDITOR=vim source <(/opt/homebrew/bin/starship init zsh --print-full-init) -[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh" +#[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh" diff --git a/.chezmoitemplates/zshrc_linux.tmpl b/.chezmoitemplates/zshrc_linux.tmpl index 6b81fa0..1af1e33 100644 --- a/.chezmoitemplates/zshrc_linux.tmpl +++ b/.chezmoitemplates/zshrc_linux.tmpl @@ -239,4 +239,4 @@ eval "$(starship init zsh)" test -e "$HOME/.shellfishrc" && source "$HOME/.shellfishrc" -[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh" +#[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh" diff --git a/dot_config/kitty/kitty.conf b/dot_config/kitty/kitty.conf index 10c2a88..f9f7a1b 100644 --- a/dot_config/kitty/kitty.conf +++ b/dot_config/kitty/kitty.conf @@ -9,6 +9,7 @@ enable_audio_bell no font_size 13.0 #window_padding_width 25 cursor_trail 1 +term xterm-256color # Themes can override any settings in this file include VSCode_Dark.conf