From c9481451221f907b469818cbd3d0565584d74d3e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 18 Dec 2020 06:29:14 +0300 Subject: .bashrc: remove an old TERM workaround --- %HOME%/.bashrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc index 68dda11..4a3fefc 100644 --- a/%HOME%/.bashrc +++ b/%HOME%/.bashrc @@ -59,10 +59,6 @@ alias cls='echo -en "\ec"' alias copy='xclip -sel clip' -# Make ssh work properly when connecting to some CentOS servers from inside a -# screen session: -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