aboutsummaryrefslogtreecommitdiffstats
path: root/.zshenv
blob: 2b13503a62f4cb1af9a1dc64a6fa735da8075c80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Defines environment variables.
#
# Authors:
#   Sorin Ionescu <sorin.ionescu@gmail.com>
#

# 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