diff --git a/home/dot_zshrc.tmpl b/home/dot_zshrc.tmpl index 758a942..fd4b60d 100644 --- a/home/dot_zshrc.tmpl +++ b/home/dot_zshrc.tmpl @@ -114,3 +114,5 @@ function reldate() { function _zkhx() { hx --hsplit tasks.xit ${1} } + +[ "$TERM" = "xterm-kitty" ] && alias ssh="TERM=xterm ssh"