Remove DISABLE_AUTO_TITLE (unused)

This commit is contained in:
2016-02-05 18:30:46 +01:00
parent 44e6abbdea
commit 54beebe3e5

View File

@@ -25,7 +25,6 @@ shopt -s checkwinsize
##
function title() {
[ "$DISABLE_AUTO_TITLE" != "true" ] || return
if [[ "$TERM" == screen* ]]; then
echo -en "\033k"; echo -n "$1"; echo -ne "\033\\"
elif [[ "$TERM" == xterm* ]] || [[ $TERM == rxvt* ]] || [[ "$TERM_PROGRAM" == "iTerm.app" ]]; then