[rc/zsh] migrate my zsh setup to rc.org
[~bandali/configs] / zsh / .zshenv
diff --git a/zsh/.zshenv b/zsh/.zshenv
deleted file mode 100644 (file)
index c23f284..0000000
+++ /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