1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-06 04:59:43 +00:00
prezto/runcoms/zshenv

13 lines
258 B
Plaintext
Raw Normal View History

#
# 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 ]]; then
source "${ZDOTDIR:-$HOME}/.zprofile"
2012-08-31 23:44:29 +00:00
fi