From d308281c01c9fc1ab4276dbccf6c411640379c49 Mon Sep 17 00:00:00 2001 From: katherine Date: Sat, 18 Feb 2017 22:27:00 -0700 Subject: switch TERM back to rxvt-unicode-256color --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc') 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" -- cgit v1.2.3