diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-10-16 12:44:27 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-10-16 12:44:27 +0300 |
commit | d041028798a714b52cba57a9dece9c2626f423d0 (patch) | |
tree | bae8c3c76df7a17e48e1afe78f18577cdbc68964 /%HOME% | |
parent | add str_grep, str_grep_word (diff) | |
download | linux-home-d041028798a714b52cba57a9dece9c2626f423d0.tar.gz linux-home-d041028798a714b52cba57a9dece9c2626f423d0.zip |
.bashrc: fix ssh inside screen
Diffstat (limited to '%HOME%')
-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' |