Reset $TERM to xterm when using ssh
This commit is contained in:
parent
364dc3603d
commit
a57ad6a8d8
1 changed files with 1 additions and 0 deletions
1
.bashrc
1
.bashrc
|
|
@ -9,3 +9,4 @@ alias grep='grep --color'
|
|||
alias gdp='git diff --color HEAD^ HEAD'
|
||||
alias gl='git log --pretty=format:"%Cgreen%h %Creset %s %Cgreenby %an (%ar) %Cred %d" --graph'
|
||||
alias gdc='git diff --color'
|
||||
alias ssh='export TERM=xterm && ssh'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue