aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2018-10-16 12:44:27 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2018-10-16 12:44:27 +0300
commitd041028798a714b52cba57a9dece9c2626f423d0 (patch)
treebae8c3c76df7a17e48e1afe78f18577cdbc68964
parentadd str_grep, str_grep_word (diff)
downloadlinux-home-d041028798a714b52cba57a9dece9c2626f423d0.tar.gz
linux-home-d041028798a714b52cba57a9dece9c2626f423d0.zip
.bashrc: fix ssh inside screen
-rw-r--r--%HOME%/.bashrc2
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'