Reset $TERM to xterm when using ssh

This commit is contained in:
Oliver Ladner 2013-04-05 14:54:41 +02:00
commit a57ad6a8d8

View file

@ -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'