X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/ea963a9040124c7535e11af2731195cd04bb653d..54a85d6c6744df54af2c092234ba84baacdc5ebc:/base/.zshenv diff --git a/base/.zshenv b/base/.zshenv index 90ec4ca..f6f0646 100644 --- a/base/.zshenv +++ b/base/.zshenv @@ -25,7 +25,7 @@ if [[ ! -v _sev_first_display && ( -v DISPLAY || -v WAYLAND_DISPLAY ) ]] { # display manager or launcher in front of it export _sev_first_display= _sev_refresh_gpgagent= source ${ZDOTDIR:-~}/.zprofile -} elif [[ ! -o login && $SHLVL == 1 ]] { +} elif [[ ! -o login && $SHLVL -eq 1 && ${+TERMUX_VERSION} -eq 0 ]] { ### early zprofile sourcing for first shell even if not a login shell source ${ZDOTDIR:-~}/.zprofile }