diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-18 06:29:14 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-18 06:29:14 +0300 |
commit | c9481451221f907b469818cbd3d0565584d74d3e (patch) | |
tree | 6b59bf3d0dac33455ca2c258799a549c915be34d /%HOME% | |
parent | tmux: fix colors (diff) | |
download | linux-home-c9481451221f907b469818cbd3d0565584d74d3e.tar.gz linux-home-c9481451221f907b469818cbd3d0565584d74d3e.zip |
.bashrc: remove an old TERM workaround
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.bashrc | 4 |
1 files changed, 0 insertions, 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' |