From 3bb2b9d91aba35f18e8f3d50e9a28617d325aeae Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 23 Dec 2013 11:32:46 -0800 Subject: [PATCH] fix xterm title setting --- .zsh/zshrc/85_xtermtitle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/zshrc/85_xtermtitle b/.zsh/zshrc/85_xtermtitle index f24b96a..087a739 100644 --- a/.zsh/zshrc/85_xtermtitle +++ b/.zsh/zshrc/85_xtermtitle @@ -17,7 +17,7 @@ __set_xterm_title() { print -nR $'\033k'$1$'\033'\\ print -nR $'\033]0;'$2$'\a' ;; - xterm|rxvt*) + xterm*|rxvt*) print -nR $'\033]0;'$*$'\a' ;; esac -- 2.39.2