diff options
author | Florian Pritz <f-p@gmx.at> | 2009-01-03 22:00:51 +0100 |
---|---|---|
committer | Florian Pritz <f-p@gmx.at> | 2009-01-03 22:00:51 +0100 |
commit | 03ece74261e55b092e134ba4d54fcc27af5fb9f2 (patch) | |
tree | ac35a4102fd9411eb0a897cddf2d9aab59d6815d | |
parent | 27bc7c03b584095dfab02954f56df5670c6d97ff (diff) | |
download | dotfiles-03ece74261e55b092e134ba4d54fcc27af5fb9f2.tar.gz dotfiles-03ece74261e55b092e134ba4d54fcc27af5fb9f2.tar.xz |
added exec to screen title exceptions
-rw-r--r-- | .zshrc | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 } |