[rc/x] migrate my X.Org configurations
[~bandali/configs] / zsh / .zshenv
CommitLineData
855ca243
AB
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