X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/a020a2e681930031aff3d20b0f670c7a59a2db50..e1a75dd6834c3bebdd51f438c46506f28c114ce7:/.zsh/func/TS 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