aboutsummaryrefslogtreecommitdiffstats
path: root/.zshenv
diff options
context:
space:
mode:
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv7
1 files changed, 0 insertions, 7 deletions
diff --git a/.zshenv b/.zshenv
index 2b13503..cdd5691 100644
--- a/.zshenv
+++ b/.zshenv
@@ -1,10 +1,3 @@
-#
-# 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 && -s "${ZDOTDIR:-$HOME}/.zprofile" ]]; then
source "${ZDOTDIR:-$HOME}/.zprofile"