From f87c433fe82bed76a07e8d7e53ef11aa73518285 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Wed, 15 Apr 2026 14:53:30 +0200 Subject: [PATCH] Might solve some issue with ssh and kitty (tbc) --- bash.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash.org b/bash.org index fac1c1c..2e59f3c 100644 --- a/bash.org +++ b/bash.org @@ -86,7 +86,7 @@ bind '"\e[B": history-search-forward' ** Kitty for SSH #+begin_src bash -[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh" +[ "$TERM" = "xterm-kitty" ] && [ -n "$KITTY_WINDOW_ID" ] && alias ssh="kitty +kitten ssh" #+end_src ** Aliases