From 03ece74261e55b092e134ba4d54fcc27af5fb9f2 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 3 Jan 2009 22:00:51 +0100 Subject: added exec to screen title exceptions --- .zshrc | 12 ++++++------ 1 file 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 # -#----------------------------------------------------# +#---------------------------------------------------- +# File: ~/.zshrc +# Version: 0.3.6 +# Author: Florian "Bluewind" Pritz +#---------------------------------------------------- #-------------------- # 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 } -- cgit v1.2.3-24-g4f1b