summaryrefslogtreecommitdiffstats
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 8c5774d..fcca30b 100644
--- a/zshrc
+++ b/zshrc
@@ -89,7 +89,7 @@ export PATH=$PATH:/usr/sbin:/sbin:/var/lib/gems/1.8/bin
# function to set terminal title
title() {
- if [[ $TERM == "xterm" || $TERM == "rxvt" || $TERM == "screen" ]]; then
+ if [[ $TERM == "xterm" || $TERM == "xterm-256color" || $TERM == "rxvt" || $TERM == "screen" ]]; then
print -Pn "\e]2;$*\a"
fi
}