aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 84bc602..e538f5c 100644
--- a/.zshrc
+++ b/.zshrc
@@ -23,7 +23,7 @@ unsetopt beep
##################### MISC ####################
# dynamic title
-if [[ "$TERM" == "rxvt-256color" ]]; then
+if [[ "$TERM" == "rxvt-unicode-256color" ]]; then
precmd() {
print -Pn "\e]0;zsh: %(1j,%j job%(2j|s|); ,)%~\a"