=== modified file 'zsh-functions/zsv_eval' --- zsh-functions/zsv_eval 2014-05-27 12:59:30 +0000 +++ zsh-functions/zsv_eval 2014-03-05 18:10:44 +0000 @@ -24,9 +24,6 @@ check() { true } -prepare() { - true -} runf() { handler[run]=$1 } logf() { handler[log]=$1 } === modified file 'zsh-functions/zsv_generic' --- zsh-functions/zsv_generic 2014-05-27 12:59:30 +0000 +++ zsh-functions/zsv_generic 2014-05-12 23:42:55 +0000 @@ -1,6 +1,4 @@ #zsv_hooks -prepare || exit $? - if [[ -n $zsv_su_user ]] then cmd=( "${(qqq)run[@]}" "${(qqq)args[@]}" )