From 13d9cd0b7d294e6e61759a307e2db56e4d54881f Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Tue, 29 Jul 2025 16:55:24 +0200 Subject: [PATCH] use xterm-kitty only local --- .chezmoitemplates/zshrc_darwin.tmpl | 2 ++ .chezmoitemplates/zshrc_linux.tmpl | 2 ++ dot_config/kitty/kitty.conf | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.chezmoitemplates/zshrc_darwin.tmpl b/.chezmoitemplates/zshrc_darwin.tmpl index f3748f1..ce2c6ac 100644 --- a/.chezmoitemplates/zshrc_darwin.tmpl +++ b/.chezmoitemplates/zshrc_darwin.tmpl @@ -237,3 +237,5 @@ export PATH export EDITOR=vim source <(/opt/homebrew/bin/starship init zsh --print-full-init) + +alias ssh='TERM=xterm-256color ssh' diff --git a/.chezmoitemplates/zshrc_linux.tmpl b/.chezmoitemplates/zshrc_linux.tmpl index 8d09ec0..484bed1 100644 --- a/.chezmoitemplates/zshrc_linux.tmpl +++ b/.chezmoitemplates/zshrc_linux.tmpl @@ -238,3 +238,5 @@ compinit eval "$(starship init zsh)" test -e "$HOME/.shellfishrc" && source "$HOME/.shellfishrc" + +alias ssh='TERM=xterm-256color ssh' diff --git a/dot_config/kitty/kitty.conf b/dot_config/kitty/kitty.conf index f9f7a1b..3f437de 100644 --- a/dot_config/kitty/kitty.conf +++ b/dot_config/kitty/kitty.conf @@ -9,7 +9,8 @@ enable_audio_bell no font_size 13.0 #window_padding_width 25 cursor_trail 1 -term xterm-256color +#term xterm-256color +term xterm-kitty # Themes can override any settings in this file include VSCode_Dark.conf