X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/fa25023586cb94a1abf4fd3ff95ebe7c3c8ead09..a94ac638f8bb946e98ca04503e7907f9f1d63c3e:/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"