From: martin f. krafft Date: Sun, 18 May 2008 13:40:45 +0000 (+0200) Subject: integrate local changes X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/3cfd3322550b929dd126d509ca4a9ae7024fe71b integrate local changes --- 3cfd3322550b929dd126d509ca4a9ae7024fe71b diff --cc .zsh/func/TS index 0a51ab1,6255f29..63eb5fb --- a/.zsh/func/TS +++ b/.zsh/func/TS @@@ -13,9 -13,8 +13,9 @@@ 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= script -c "zsh -f" -f -q "$filename" ret=$? -echo "$filename" +echo "I: typescript is in $filename ." return $ret exit $ret