]> git.sev.monster Git - dotfiles.git/blobdiff - base/.zshenv
zsh: compact path glob, avoid double source
[dotfiles.git] / base / .zshenv
index 90ec4cab246508429982add5421f6fad65538b6a..45ea3392b6130062cb6a8b789d38dcf4aee6099d 100644 (file)
@@ -24,8 +24,9 @@ if [[ ! -v _sev_first_display && ( -v DISPLAY || -v WAYLAND_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 ]] {
     ### early zprofile sourcing for first shell even if not a login shell
     source ${ZDOTDIR:-~}/.zprofile
 }
This page took 0.031745 seconds and 4 git commands to generate.