fix (zsh/term_title): remove case for xterm - screen is the main reason for this feature

This commit is contained in:
eeemsi 2023-06-15 20:34:21 +02:00
parent 50d50ff069
commit 6ac8ce7a60
1 changed files with 0 additions and 4 deletions

View File

@ -18,10 +18,6 @@ set_termtitle() {
# screen location
print -rn -- $'\e'"_${(%)${:-%m}}: ${a}"$'\e'$'\\'
;;
xterm*|rxvt*)
# plain xterm title
print -rn -- $'\e'"]2;${(%)${:-%m}}: ${a}"$'\a'
;;
*)
;;
esac