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