X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.zsh%2Ffunc%2FTS;h=609b6cb84ed8569743d8ff53cddb5ae421b329ca;hb=201a0746bda574480033d37a3587b0090a11ef05;hp=0a51ab100216849cc0ff2e0081130606aaeeb8a3;hpb=41580d8fa251d8388afbb3955833e92f70c7ec49;p=zsh.git diff --git a/.zsh/func/TS b/.zsh/func/TS index 0a51ab1..609b6cb 100755 --- a/.zsh/func/TS +++ b/.zsh/func/TS @@ -14,7 +14,7 @@ local topic filename ret topic="${(j:_:)@}" filename="${TMPDIR:-/tmp}/script.${topic:-$LOGNAME}.$$.$(date +%Y%m%d.%H%M)" echo "I: writing typescript to $filename ..." >&2 -PS1="%# " script -c "zsh -f" -f -q "$filename" +PS1="%# " PS2= RPS1= script -c "zsh -f" -f -q "$filename" ret=$? echo "I: typescript is in $filename ." return $ret