X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshenv;h=7dbc7bc242d9ebbebbb9eb6fd25872c1539b9210;hb=2766d2da77c8ea7f4b06a6ed1d9fe3f791d90374;hp=ab5c0fdafffa37bf6b68c17f3484d5123d87ad53;hpb=fc0aa71a93f54482517a96e01c200ffbdad825e5;p=grml-etc-core.git 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)