summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-01-03 22:00:51 +0100
committerFlorian Pritz <f-p@gmx.at>2009-01-03 22:00:51 +0100
commit03ece74261e55b092e134ba4d54fcc27af5fb9f2 (patch)
treeac35a4102fd9411eb0a897cddf2d9aab59d6815d /.zshrc
parent27bc7c03b584095dfab02954f56df5670c6d97ff (diff)
downloaddotfiles-03ece74261e55b092e134ba4d54fcc27af5fb9f2.tar.gz
dotfiles-03ece74261e55b092e134ba4d54fcc27af5fb9f2.tar.xz
added exec to screen title exceptions
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc12
1 files changed, 6 insertions, 6 deletions
diff --git a/.zshrc b/.zshrc
index 302e744..5a3f840 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,8 +1,8 @@
-#----------------------------------------------------#
-# File: ~/.zshrc #
-# Version: 0.3.5 #
-# Author: Florian "Bluewind" Pritz <f-p@gmx.at> #
-#----------------------------------------------------#
+#----------------------------------------------------
+# File: ~/.zshrc
+# Version: 0.3.6
+# Author: Florian "Bluewind" Pritz <f-p@gmx.at>
+#----------------------------------------------------
#--------------------
# History
@@ -156,7 +156,7 @@ prompt_eof_setup() {
printf '\33]2;%s\007' $1
;;
screen*)
- local CMD=${1[(wr)^(*=*|sudo|ssh|-*)]}
+ local CMD=${1[(wr)^(*=*|sudo|ssh|exec|-*)]}
printf '\ek%s\e\\' $CMD;;
esac
}