aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2017-02-18 22:27:00 -0700
committerkatherine <shmibs@shmibbles.me>2017-02-18 22:27:00 -0700
commitd308281c01c9fc1ab4276dbccf6c411640379c49 (patch)
treef7ef01d7b983e980933d167dc3297c8e791e1013 /.zshrc
parent1f8f00ba825f53f9d624580b1197a045ec572980 (diff)
downloaddotfiles-d308281c01c9fc1ab4276dbccf6c411640379c49.tar.gz
switch TERM back to rxvt-unicode-256color
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"