Add TERM var for new ssh connections
This commit is contained in:
1
zshrc
1
zshrc
@@ -43,6 +43,7 @@ bindkey "^[l" forward-word
|
|||||||
alias lsblk="lsblk -o +LABEL"
|
alias lsblk="lsblk -o +LABEL"
|
||||||
alias ip="ip -c"
|
alias ip="ip -c"
|
||||||
alias showip="ip --brief a"
|
alias showip="ip --brief a"
|
||||||
|
alias ssh='TERM=xterm ssh'
|
||||||
|
|
||||||
# ZSH cache dir config
|
# ZSH cache dir config
|
||||||
ZSH_CACHE_DIR=$HOME/.cache/oh-my-zsh
|
ZSH_CACHE_DIR=$HOME/.cache/oh-my-zsh
|
||||||
|
|||||||
Reference in New Issue
Block a user