=== modified file 'zsh-functions/confz_containers_init' --- old/zsh-functions/confz_containers_init 2021-11-25 23:11:29 +0000 +++ new/zsh-functions/confz_containers_init 2021-11-25 23:09:52 +0000 @@ -402,11 +402,10 @@ # --- new image constructor () { - local f d + local f for f in $^fpath/confz_containers_init*(N); do - d=$f:A:h:h/container_template - if [[ -d $d ]]; then - typeset -g container_template_dir=$d + if [[ -d $f:A:h:h/container_template ]]; then + typeset -g container_template_dir=$f:h/container_template break fi done