Fix TERM and ssh for kitty

This commit is contained in:
Tobias Reisinger 2021-04-16 17:37:17 +02:00
parent cbf6944b11
commit dce8908c70
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 2 additions and 1 deletions
.config

View file

@ -56,3 +56,5 @@ alias wget='wget -c'
[ -x "$(command -v bat)" ] && alias cat='bat -pp'
[ -x "$(command -v exa)" ] && alias ls='exa -lhF --git --icons --color=always --color-scale --time-style=long-iso'
[[ $TERM == "xterm-kitty" ]] && alias ssh="kitty +kitten ssh"