From d041028798a714b52cba57a9dece9c2626f423d0 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 16 Oct 2018 12:44:27 +0300 Subject: .bashrc: fix ssh inside screen --- %HOME%/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '%HOME%') 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' -- cgit v1.2.3