From 3b013585431365a38c7cb18ebe5394f3fffa94cd Mon Sep 17 00:00:00 2001 From: Correl Date: Sun, 21 May 2023 17:25:04 -0400 Subject: [PATCH] Enable ssh shell integrations for Kitty --- .zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zshrc b/.zshrc index dfeed01..3dd1f44 100644 --- a/.zshrc +++ b/.zshrc @@ -31,6 +31,11 @@ EOF unsetopt correct_all fi +if [[ $TERM == "xterm-kitty" ]]; then + # Enable ssh shell integrations for the Kitty terminal + alias ssh="kitty +kitten ssh" +fi + export PATH=$HOME/bin:$PATH export EDITOR="emacsclient" export ALTERNATE_EDITOR=""