X-Git-Url: http://git.madism.org/?p=~madcoder%2Fdotfiles.git;a=blobdiff_plain;f=config%2Fzsh%2F20_environment;fp=config%2Fzsh%2F20_environment;h=8c1e026be6a9ee8913efb665cf27934a3086b707;hp=6c33ec7c672d7573397817b238d7677c9a75622c;hb=901f0486e49163e44626809ac42a18c6a1dd52bf;hpb=5d1af5e2d843cdca9551fcdd769ebad8075d6750 diff --git a/config/zsh/20_environment b/config/zsh/20_environment index 6c33ec7..8c1e026 100644 --- a/config/zsh/20_environment +++ b/config/zsh/20_environment @@ -38,6 +38,6 @@ else esac fi -if test -z "$TZ"; then +if test -f /etc/timezone -a -z "$TZ"; then export TZ=$(cat /etc/timezone) fi