=== modified file 'zsh-functions/zsv_config' --- zsh-functions/zsv_config 2014-02-14 05:33:38 +0000 +++ zsh-functions/zsv_config 2014-02-13 01:01:55 +0000 @@ -21,21 +21,5 @@ autoload -Uz ${f:t} done -if ! (($+commands[zsv.run])); then - # try to find zsv.run executable by emulating login shell - for SRC in /etc/zsh/zprofile ${ZDOTDIR:-${HOME}}/.z{shenv,profile,login}; do - [[ -e $SRC ]] && source $SRC - done - rehash - if ! (($+commands[zsv.run])); then - path+=$0:a:h - rehash - if ! (($+commands[zsv.run])); then - print -r >&2 'could not find zsv.run executable' - exit 1 - fi - fi -fi - [[ -n $zsv_dir ]] && zsv_setdirs # vim: ft=zsh noet ts=4 sts=4 sw=4