]> git.r.bdr.sh - rbdr/dotfiles/blame - runcoms/zshenv
Update deps, fix for linux
[rbdr/dotfiles] / runcoms / zshenv
CommitLineData
fa250235
BB
1# Ensure that a non-login, non-interactive shell has a defined environment.
2if [[ "$SHLVL" -eq 1 && ! -o LOGIN && -s "${ZDOTDIR:-$HOME}/.zprofile" ]]; then
3 source "${ZDOTDIR:-$HOME}/.zprofile"
4fi