X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/e7aef48f33e934106d1a50201d9f098f9886d7ec..ba79da8b82d0d955a1ae93b8d38eaa49468ca346:/.zsh/func/TS?ds=inline diff --git a/.zsh/func/TS b/.zsh/func/TS index 4ef0cb1..d87df4b 100755 --- a/.zsh/func/TS +++ b/.zsh/func/TS @@ -14,7 +14,8 @@ 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="%# " PS2= RPS1= 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