mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
more work on term stuff
This commit is contained in:
parent
5a74a5d139
commit
6257650323
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
@ -316,7 +316,7 @@ function title
|
||||||
shift
|
shift
|
||||||
print -nR $'\e_screen \005 | '$*$'\e'"\\"
|
print -nR $'\e_screen \005 | '$*$'\e'"\\"
|
||||||
;;
|
;;
|
||||||
xterm*|rxvt*|cygwin|interix|Eterm)
|
xterm*|rxvt*|cygwin|interix|Eterm|mlterm|kterm)
|
||||||
# Use this one instead for everybody else:
|
# 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