X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshenv;h=f6d1e422014d6a3cc4aedcb9c9e7e0f9cfd413ab;hb=eeb9806fb104a1e72e9f36d9fa6f7be8c7d56bd6;hp=b29d2498a7451b30d1b02af72f80f6dd61cbe222;hpb=4aeb19b6a0a8204b93c1902537768f85deec55de;p=grml-etc-core.git diff --git a/etc/zsh/zshenv b/etc/zsh/zshenv index b29d249..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 Mär 17 12:18:26 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,7 +34,7 @@ [ -n "$LC_MESSAGES" ] && export LC_MESSAGES [ -r /etc/sysconfig/keyboard ] && source /etc/sysconfig/keyboard - [ -r /etc/timezone ] && source /etc/timezone + [ -r /etc/timezone ] && TZ=$(cat /etc/timezone) # set environment variables (important for autologin on tty) [ -z "$HOSTNAME" ] && export HOSTNAME=`hostname`