Alias to Kitty's SSH, which handles terminfo and such
This commit is contained in:
parent
7f4cfbcca4
commit
3d212dcd35
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue