add back the mighty term title for interix terms

This commit is contained in:
David Majnemer 2008-11-26 04:31:06 -06:00
parent 6455fe35d2
commit d6836e2cef

4
zshrc
View file

@ -270,8 +270,8 @@ function title
# print -nR $'\e]0;'$*$'\a'
print -nR $'\e_screen \005 | '$*$'\e'"\\"
;;
xterm*|rxvt*|cygwin)
# Use this one instead for XTerms:
xterm*|rxvt*|cygwin|interix)
# Use this one instead for everybody else:
shift
print -nR $'\e]0;'$@$'\a'
;;