mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
add back the mighty term title for interix terms
This commit is contained in:
parent
6455fe35d2
commit
d6836e2cef
1 changed files with 2 additions and 2 deletions
4
zshrc
4
zshrc
|
@ -270,8 +270,8 @@ function title
|
||||||
# print -nR $'\e]0;'$*$'\a'
|
# print -nR $'\e]0;'$*$'\a'
|
||||||
print -nR $'\e_screen \005 | '$*$'\e'"\\"
|
print -nR $'\e_screen \005 | '$*$'\e'"\\"
|
||||||
;;
|
;;
|
||||||
xterm*|rxvt*|cygwin)
|
xterm*|rxvt*|cygwin|interix)
|
||||||
# Use this one instead for XTerms:
|
# Use this one instead for everybody else:
|
||||||
shift
|
shift
|
||||||
print -nR $'\e]0;'$@$'\a'
|
print -nR $'\e]0;'$@$'\a'
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue