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"