aboutsummaryrefslogtreecommitdiffstats
path: root/.zshenv
blob: cdd5691448e34b1bb49b0cfee426dd39ba8216ee (plain)
1
2
3
4
5
# Ensure that a non-login, non-interactive shell has a defined environment.
if [[ "$SHLVL" -eq 1 && ! -o LOGIN && -s "${ZDOTDIR:-$HOME}/.zprofile" ]]; then
  source "${ZDOTDIR:-$HOME}/.zprofile"
fi