aboutsummaryrefslogtreecommitdiff
path: root/runcoms/zshenv
diff options
context:
space:
mode:
Diffstat (limited to 'runcoms/zshenv')
-rw-r--r--runcoms/zshenv4
1 files changed, 0 insertions, 4 deletions
diff --git a/runcoms/zshenv b/runcoms/zshenv
deleted file mode 100644
index c23f284..0000000
--- a/runcoms/zshenv
+++ /dev/null
@@ -1,4 +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