=== modified file 'zsh-functions/zsv_write_scriptnames' --- zsh-functions/zsv_write_scriptnames 2014-06-25 09:38:56 +0000 +++ zsh-functions/zsv_write_scriptnames 2014-06-25 09:36:47 +0000 @@ -2,7 +2,7 @@ local ffile fname xtrace # disable tracing for noisy part -! [[ -o xtrace ]]; xtrace=$? +[[ -o xtrace ]]; xtrace=$? (($xtrace)) && set +x # check which autoloadable functions are loaded