# exported; for example, this previously happened with sway without a
# display manager or launcher in front of it
export _sev_first_display=
# exported; for example, this previously happened with sway without a
# display manager or launcher in front of it
export _sev_first_display=
- _sev_refresh_gpgagent= source ${ZDOTDIR:-~}/.zprofile
-} elif [[ ! -o login && $SHLVL == 1 ]] {
+ _sev_refresh_gpgagent=
+ [[ ! -o login ]] && source ${ZDOTDIR:-~}/.zprofile
+} elif [[ ! -o login && $SHLVL -eq 1 && ${+TERMUX_VERSION} -eq 0 ]] {