Drop $ALREADY_SOURCED_ZSHENV
authorMichael Prokop <mika@grml.org>
Sat, 17 May 2008 20:59:37 +0000 (22:59 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 17 May 2008 20:59:37 +0000 (22:59 +0200)
etc/zsh/zshenv

index ab5c0fd..7dbc7bc 100644 (file)
@@ -3,7 +3,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # 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,
 # 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)