From: Michael Prokop Date: Sat, 17 May 2008 20:59:37 +0000 (+0200) Subject: Drop $ALREADY_SOURCED_ZSHENV X-Git-Tag: 0.3.51~7^2~3 X-Git-Url: https://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=4ba5622bf8f00cf8d882ac96a639560622da068f Drop $ALREADY_SOURCED_ZSHENV --- diff --git a/etc/zsh/zshenv b/etc/zsh/zshenv index ab5c0fd..7dbc7bc 100644 --- a/etc/zsh/zshenv +++ b/etc/zsh/zshenv @@ -3,7 +3,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Sam Mai 17 22:52:27 CEST 2008 [mika] +# Latest change: Sam Mai 17 22:59:29 CEST 2008 [mika] ################################################################################ # This file is sourced on all invocations of the shell. # It is the 1st file zsh reads; it's read for every shell, @@ -21,11 +21,6 @@ # Global Order: zshenv, zprofile, zshrc, zlogin ################################################################################ -# support ${HOME}/.zshenv: -if [[ -z "$ALREADY_SOURCED_ZSHENV" ]] ; then - export ALREADY_SOURCED_ZSHENV=1 -fi - # language settings (read in /etc/environment before /etc/default/locale as # the latter one is the default on Debian nowadays) # no xsource() here because it's only created in zshrc! (which is good)