From: Moritz Augsburger Date: Tue, 12 May 2009 13:24:34 +0000 (+0200) Subject: fix to enable title inside urxvt-unicode X-Git-Tag: v0.3.68~2 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=6726156d54c0c5de89c10b8bdc0dc9a332c6f451;hp=3c0d0ab61d47e9206deaf542d05abea1455ad0df;p=grml-etc-core.git fix to enable title inside urxvt-unicode --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index ef2cced..176fffb 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -1999,7 +1999,7 @@ preexec () { # adjust title of xterm [[ ${NOTITLE} -gt 0 ]] && return 0 case $TERM in - (xterm*|rxvt) + (xterm*|rxvt*) print -Pn "\e]0;%n@%m: $1\a" ;; esac