From: martin f. krafft Date: Wed, 14 May 2008 21:11:03 +0000 (+0200) Subject: Merge branch 'master' of ssh://git.madduck.net/~/git/pub/etc/zsh X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/ad251c8c9dbdc49a9118417654251ef18039125e?hp=b3f79d5a2e1671358a5972d9529316be43c55281 Merge branch 'master' of ssh://git.madduck.net/~/git/pub/etc/zsh --- diff --git a/.zsh/func/TS b/.zsh/func/TS index 19d2237..0a51ab1 100755 --- a/.zsh/func/TS +++ b/.zsh/func/TS @@ -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" ret=$? -echo "$filename" +echo "I: typescript is in $filename ." return $ret exit $ret