summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index e3308a7..39fc932 100644
--- a/zshrc
+++ b/zshrc
@@ -104,6 +104,7 @@ case $TERM in
#print -Pn "\e]2;$title\a\e]1;\a"
print -Pn "\033]0;$title\007"
};
+ ;;
screen*)
if [ -x /usr/bin/screen ] || [ -x /usr/local/bin/screen ]; then
if grep -i -q screen <<< $TERMCAP ; then