diff --git a/init.zsh b/init.zsh index 54d0054..964dac1 100644 --- a/init.zsh +++ b/init.zsh @@ -32,7 +32,9 @@ function source_user_file { source_user_file "early-init" # Load distrobox early init file -if [[ -v DISTROBOX_ENTER_PATH ]] && [[ -e /run/.containerenv ]]; then +local is_in_container=false +if [[ -e /run/.containerenv ]]; then + is_in_container=true local ctenv=("${(@f)"$(