diff --git a/.bashrc b/.bashrc index 66b8f37..1b63d25 100644 --- a/.bashrc +++ b/.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'