summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2008-06-10 13:04:47 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2008-06-10 13:04:47 +0000
commit710c6fab327243002dd12b03fd659ba5c8fc22b2 (patch)
tree431c3607046ffcb8c0eee720b8af840196fa442c /zshrc
parent114b9645612022e5ebecaeab3eaf89510824fcb3 (diff)
Fix syntax
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@357 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
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