Fixing ssl-cert-{sha512,sha256,sha1,md5}()
[grml-etc-core.git] / etc / zsh / zshenv
index ab5c0fd..57e45f2 100644 (file)
@@ -3,7 +3,6 @@
 # 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]
 ################################################################################
 # 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)
@@ -92,16 +86,6 @@ elif [[ -x /usr/bin/lesspipe ]] ; then
 fi
 export READNULLCMD=${PAGER:-/usr/bin/pager}
 
-# support termcap colors when using PAGER=less:
-# TODO: move these to zshrc, they are only relevant in interactive shells
-export LESS_TERMCAP_mb=$'\E[01;31m'
-export LESS_TERMCAP_md=$'\E[01;31m'
-export LESS_TERMCAP_me=$'\E[0m'
-export LESS_TERMCAP_se=$'\E[0m'
-export LESS_TERMCAP_so=$'\E[01;44;33m'
-export LESS_TERMCAP_ue=$'\E[0m'
-export LESS_TERMCAP_us=$'\E[01;32m'
-
 # allow zeroconf for distcc
 export DISTCC_HOSTS="+zeroconf"