Alias to Kitty's SSH, which handles terminfo and such

This commit is contained in:
Danielle McLean 2024-03-11 14:36:42 +11:00
parent 7f4cfbcca4
commit 3d212dcd35
Signed by: 00dani
GPG Key ID: 52C059C3B22A753E
1 changed files with 4 additions and 0 deletions

View File

@ -4,3 +4,7 @@ if [[ -n $KITTY_INSTALLATION_DIR ]]; then
kitty-integration
unfunction kitty-integration
fi
if (( $+commands[kitten] )); then
alias ssh='kitten ssh'
fi