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