From e077696abda2de477cadd996d3ce521ccbe89d8e Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Sun, 29 Sep 2013 11:57:51 +0300 Subject: [PATCH] Remove ssh title setting wrapper Clutters linux terminal. One may add "if [ $TERM = linux ]" but I'd rather search for a good terminal emulator. --- .rc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.rc b/.rc index 35eed21..260a12f 100644 --- a/.rc +++ b/.rc @@ -182,17 +182,6 @@ function tt() { tail -f "$@" | while read line; do echo -n $(date); echo -e "\t$line"; done } -[ -z "$SSH_ORIGINAL" ] && SSH_ORIGINAL="$(which ssh)" -function ssh() { - if [ $# -eq 1 ]; then - title "ssh:$1" - else - title "ssh" - fi - $SSH_ORIGINAL "$@" - title "Terminal" -} - function ip4tables-fwd() { if [ $# -eq 1 ]; then local SRC_ADDR="$(i4)"