aboutsummaryrefslogtreecommitdiffstats
path: root/.zshenv
diff options
context:
space:
mode:
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv5
1 files changed, 0 insertions, 5 deletions
diff --git a/.zshenv b/.zshenv
deleted file mode 100644
index cdd5691..0000000
--- a/.zshenv
+++ /dev/null
@@ -1,5 +0,0 @@
-# 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"
-fi
-