=== modified file 'bin/confz' --- bin/confz 2017-11-20 11:56:40 +0000 +++ bin/confz 2017-11-20 11:37:08 +0000 @@ -84,9 +84,7 @@ done for func in ${(o)confz_functions}; do - if [[ $func == *_init ]]; then - $func || die "Init function failed: $func" - fi + [[ $func == *_init ]] && $func done }