From: Michael Prokop Date: Mon, 3 Feb 2014 11:47:26 +0000 (+0100) Subject: zshrc: drop setting TZ via /etc/timezone X-Git-Tag: v0.9.3~3 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=da81021d37c298023dcb1c075a3960615ebe6915 zshrc: drop setting TZ via /etc/timezone This shouldn't be part of zshrc. --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 3c030da..c5cd34a 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -523,8 +523,6 @@ done xsource "/etc/sysconfig/keyboard" -TZ=$(xcat /etc/timezone) - # set some variables if check_com -c vim ; then #v#