c23f284cbef5b26d7805f4907aff805a23448041
[~bandali/configs] / zsh / .zshenv
1 # Ensure that a non-login, non-interactive shell has a defined environment.
2 if [[ "$SHLVL" -eq 1 && ! -o LOGIN && -s "${ZDOTDIR:-$HOME}/.zprofile" ]]; then
3 source "${ZDOTDIR:-$HOME}/.zprofile"
4 fi