summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-10-29 14:11:21 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-10-29 14:11:21 +0200
commit0f5fb2ce24adb69454ec59f60179a1a2b1bfaf87 (patch)
treef3be993d186b06e85c6a94c1f3f27b63ae0fbcf3 /.zshrc
parentb18bf71e78becc8a7188d3479f0958d74a1686cd (diff)
downloaddotfiles-0f5fb2ce24adb69454ec59f60179a1a2b1bfaf87.tar.gz
dotfiles-0f5fb2ce24adb69454ec59f60179a1a2b1bfaf87.tar.xz
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 38eb9b2..e0185dd 100644
--- a/.zshrc
+++ b/.zshrc
@@ -6,6 +6,7 @@ stty -echo
ZDOTDIR="$HOME/.zsh"
export LANG=en_US.UTF-8
+export TZ=Europe/Vienna
# add extra dirs to path. allows to separate script bundles into dirs
for _dir in $HOME/bin/extra/*(/N); do