=== modified file 'zsh-functions/site_zshenv_10_PS4' --- zsh-functions/site_zshenv_10_PS4 2013-06-04 07:16:55 +0000 +++ zsh-functions/site_zshenv_10_PS4 2013-05-27 08:43:34 +0000 @@ -10,7 +10,7 @@ fi # two digits after the decimal point -typeset -g -F 2 SECONDS -# typeset -F 2 SECONDS # do it twice, some bug I don't understand +typeset -F 2 SECONDS +typeset -F 2 SECONDS # do it twice, some bug I don't understand # vim: ft=zsh noet ts=4 sts=4 sw=4