zshrc: drop setting TZ via /etc/timezone
authorMichael Prokop <mika@grml.org>
Mon, 3 Feb 2014 11:47:26 +0000 (12:47 +0100)
committerMichael Prokop <mika@grml.org>
Mon, 3 Feb 2014 11:47:27 +0000 (12:47 +0100)
This shouldn't be part of zshrc.

etc/zsh/zshrc

index 3c030da..c5cd34a 100644 (file)
@@ -523,8 +523,6 @@ done
 
 xsource "/etc/sysconfig/keyboard"
 
-TZ=$(xcat /etc/timezone)
-
 # set some variables
 if check_com -c vim ; then
 #v#