From 99ac0b18200854bd720d44a6c21e5613762d185b Mon Sep 17 00:00:00 2001 From: Matthew Ryan Dillon Date: Sun, 5 Jan 2025 16:17:13 -0500 Subject: [PATCH] bug: kitty breaks ssh --- home/dot_zshrc.tmpl | 2 ++ 1 file changed, 2 insertions(+) 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"