Add TERM var for new ssh connections

This commit is contained in:
Aaron
2019-11-17 22:52:11 +01:00
parent c88a9c60ed
commit 5a8de84203

1
zshrc
View File

@@ -43,6 +43,7 @@ bindkey "^[l" forward-word
alias lsblk="lsblk -o +LABEL"
alias ip="ip -c"
alias showip="ip --brief a"
alias ssh='TERM=xterm ssh'
# ZSH cache dir config
ZSH_CACHE_DIR=$HOME/.cache/oh-my-zsh