Remove ssh title setting wrapper

Clutters linux terminal.
One may add "if [ $TERM = linux ]" but I'd rather search for a good
terminal emulator.
This commit is contained in:
2013-09-29 11:57:51 +03:00
parent e5e4362123
commit e077696abd

11
.rc
View File

@@ -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)"