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