]> git.sev.monster Git - dotfiles.git/blobdiff - base/.zshenv
zsh: add load-site-dotfile to replace site source
[dotfiles.git] / base / .zshenv
index 45ea3392b6130062cb6a8b789d38dcf4aee6099d..274fc104ca1807c986eaf6fc68706496b0287b65 100644 (file)
@@ -2,9 +2,6 @@
 
 export ZDOTDIR=${XDG_CONFIG_HOME:-~/.config}/zsh
 
-### load site-specific
-[[ -f ${ZDOTDIR:-~}/.zshenv.local ]] && source ${ZDOTDIR:-~}/.zshenv.local
-
 ### fix broken term
 if [[ ! -v TERM ]] {
     TERM=xterm-256color >/dev/null 2>&1
@@ -27,6 +24,7 @@ if [[ ! -v _sev_first_display && ( -v DISPLAY || -v WAYLAND_DISPLAY ) ]] {
     _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
+    ### early zprofile sourcing for first shell even if not a login shell,
+    ### since Termux does not start login shell as first process
     source ${ZDOTDIR:-~}/.zprofile
 }
This page took 0.029714 seconds and 4 git commands to generate.