2 # Defines environment variables.
5 # Sorin Ionescu <sorin.ionescu@gmail.com>
8 # Ensure that a non-login, non-interactive shell has a defined environment.
9 if [[ "$SHLVL" -eq 1 && ! -o LOGIN && -s "${ZDOTDIR:-$HOME}/.zprofile" ]]; then
10 source "${ZDOTDIR:-$HOME}/.zprofile"