=== modified file 'zsh-functions/confz_auto_init' --- zsh-functions/confz_auto_init 2014-06-26 17:50:05 +0000 +++ zsh-functions/confz_auto_init 2014-06-26 17:33:59 +0000 @@ -9,7 +9,7 @@ local f for f in ${(k)functions}; do if [[ $f == confz_auto_*_check ]]; then - require ${${f#confz_}%_check} + require ${${f#confz_auto_}%_check} fi done }