X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/5816d75a8656f24dbe1113054522206f321139d9..fee44c904d0fe9a9809c347b0de86a1a20c61786:/.zsh/func/TS diff --git a/.zsh/func/TS b/.zsh/func/TS index 609b6cb..d87df4b 100755 --- a/.zsh/func/TS +++ b/.zsh/func/TS @@ -7,14 +7,15 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # 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