X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshenv;h=f6d1e422014d6a3cc4aedcb9c9e7e0f9cfd413ab;hb=eeb9806fb104a1e72e9f36d9fa6f7be8c7d56bd6;hp=0f12462205907eb2e051cb32238a417de4a792e6;hpb=fbcf64be606a6956dc4c4ade15775e4a4670366f;p=grml-etc-core.git diff --git a/etc/zsh/zshenv b/etc/zsh/zshenv index 0f12462..f6d1e42 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 Feb 24 18:59:11 CET 2007 [mika] +# Latest change: Sam Mär 17 12:51:25 CET 2007 [mika] ################################################################################ # This file is sourced on all invocations of the shell. # It is the 1st file zsh reads; it's read for every shell, @@ -34,6 +34,7 @@ [ -n "$LC_MESSAGES" ] && export LC_MESSAGES [ -r /etc/sysconfig/keyboard ] && source /etc/sysconfig/keyboard + [ -r /etc/timezone ] && TZ=$(cat /etc/timezone) # set environment variables (important for autologin on tty) [ -z "$HOSTNAME" ] && export HOSTNAME=`hostname`