X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/fa25023586cb94a1abf4fd3ff95ebe7c3c8ead09..f9f05d0ffbf5a6972c528fff044b5e107a856262:/runcoms/zshenv diff --git a/runcoms/zshenv b/runcoms/zshenv index 2d97203..c23f284 100644 --- a/runcoms/zshenv +++ b/runcoms/zshenv @@ -1,10 +1,3 @@ -# -# Defines environment variables. -# -# Authors: -# Sorin Ionescu -# - # 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"