From 4ba5622bf8f00cf8d882ac96a639560622da068f Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 17 May 2008 22:59:37 +0200 Subject: [PATCH] Drop $ALREADY_SOURCED_ZSHENV --- etc/zsh/zshenv | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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) -- 2.1.4