Updating for xcompmgr

This commit is contained in:
Hunter Haugen 2009-11-17 09:10:06 +05:30
parent 38cd53c27b
commit 30130490dc
2 changed files with 3 additions and 3 deletions

2
.zshrc
View file

@ -150,7 +150,7 @@ title() { WINTITLE="$*"; print -Pn "\e]0;$WINTITLE\a" }
# precmd() { [ -z "$WINTITLE" ] && print -Pn "\e]0;%m [%~]\a" || : }
# preexec() { [ -z "$WINTITLE" ] && print -Pn "\e]0;%m [$1]\a" || : }
#fi
if [ x$DISPLAY != x ]; then
if [ x$DISPLAY != x ] ; then
precmd() { [ -z "$WINTITLE" ] && print -Pn "\e]0;%m [%~]\a" || : }
preexec() { [ -z "$WINTITLE" ] && print -Pn "\e]0;%m [$1]\a" || : }
fi