diff options
-rw-r--r-- | %HOME%/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc index 9c3a3fa..4d63a1d 100644 --- a/%HOME%/.bashrc +++ b/%HOME%/.bashrc @@ -59,7 +59,7 @@ alias copy='xclip -sel clip' # Make ssh work properly when connecting to some CentOS servers from inside a # screen session: -alias ssh='TERM=vt100 ssh' +alias ssh='TERM=xterm ssh' # Make sure ssh-copy-id copies public keys along with their comments. alias ssh-copy-id='ssh-copy-id -i' |