From c01859e504814b868205f6b742d923b48a98edfd Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 15 May 2008 21:59:37 +0100 Subject: [PATCH] unset PS2 in TS --- .zsh/func/TS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/func/TS b/.zsh/func/TS index 19d2237..6255f29 100755 --- a/.zsh/func/TS +++ b/.zsh/func/TS @@ -13,7 +13,7 @@ local topic filename ret topic="${(j:_:)@}" filename="${TMPDIR:-/tmp}/script.${topic:-$LOGNAME}.$$.$(date +%Y%m%d.%H%M)" -PS1="%# " script -c "zsh -f" -f -q "$filename" +PS1="%# " PS2= script -c "zsh -f" -f -q "$filename" ret=$? echo "$filename" return $ret -- 2.39.2