Enable ssh shell integrations for Kitty

This commit is contained in:
Correl Roush 2023-05-21 17:25:04 -04:00
parent 2a63d0affb
commit 3b01358543

5
.zshrc
View file

@ -31,6 +31,11 @@ EOF
unsetopt correct_all unsetopt correct_all
fi 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 PATH=$HOME/bin:$PATH
export EDITOR="emacsclient" export EDITOR="emacsclient"
export ALTERNATE_EDITOR="" export ALTERNATE_EDITOR=""