]> git.sev.monster Git - dotfiles.git/blobdiff - base/.zshenv
small fixes
[dotfiles.git] / base / .zshenv
index 90ec4cab246508429982add5421f6fad65538b6a..f6f0646c6db203ff132321249de281e916c87ad6 100644 (file)
@@ -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
     #      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
 }
     ### early zprofile sourcing for first shell even if not a login shell
     source ${ZDOTDIR:-~}/.zprofile
 }
This page took 0.058288 seconds and 4 git commands to generate.