From 56b04a200ea12e26cd3ee73005d06e169b1c5ae0 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Tue, 29 Jul 2025 16:40:48 +0200 Subject: [PATCH] change kitty ssh wrapper --- .chezmoitemplates/zshrc_darwin.tmpl | 2 +- .chezmoitemplates/zshrc_linux.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.chezmoitemplates/zshrc_darwin.tmpl b/.chezmoitemplates/zshrc_darwin.tmpl index ee9fe11..44a32ea 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 s="kitty +kitten ssh" diff --git a/.chezmoitemplates/zshrc_linux.tmpl b/.chezmoitemplates/zshrc_linux.tmpl index 6b81fa0..19befe0 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 s="kitty +kitten ssh"