aboutsummaryrefslogtreecommitdiff
path: root/runcoms/zshenv
diff options
context:
space:
mode:
authorRubén Beltrán del Río <jj@r.bdr.sh>2026-03-15 21:41:58 +0100
committerRubén Beltrán del Río <jj@r.bdr.sh>2026-03-15 22:20:01 +0100
commite2582f8649e9e67f02210f659b69523c46003087 (patch)
treed7e87b1993e543bcf83345bf584ce3706b3fd1f8 /runcoms/zshenv
parent68fc4436c2565ff31f1499d868ac71bc560121ee (diff)
Simplify installation
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