From 5f88f71eae289890fe24ce9ff4aa50e48dde5ca2 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Tue, 29 Jul 2025 16:45:55 +0200 Subject: [PATCH] remove complete kitty ssh wrapper --- .chezmoitemplates/zshrc_darwin.tmpl | 2 -- .chezmoitemplates/zshrc_linux.tmpl | 2 -- dot_config/kitty/kitty.conf | 1 + 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.chezmoitemplates/zshrc_darwin.tmpl b/.chezmoitemplates/zshrc_darwin.tmpl index 44a32ea..f3748f1 100644 --- a/.chezmoitemplates/zshrc_darwin.tmpl +++ b/.chezmoitemplates/zshrc_darwin.tmpl @@ -237,5 +237,3 @@ export PATH export EDITOR=vim source <(/opt/homebrew/bin/starship init zsh --print-full-init) - -[ "$TERM" = "xterm-kitty" ] && alias s="kitty +kitten ssh" diff --git a/.chezmoitemplates/zshrc_linux.tmpl b/.chezmoitemplates/zshrc_linux.tmpl index 19befe0..8d09ec0 100644 --- a/.chezmoitemplates/zshrc_linux.tmpl +++ b/.chezmoitemplates/zshrc_linux.tmpl @@ -238,5 +238,3 @@ compinit eval "$(starship init zsh)" test -e "$HOME/.shellfishrc" && source "$HOME/.shellfishrc" - -[ "$TERM" = "xterm-kitty" ] && alias s="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