summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2019-10-08 15:57:54 +0200
committerFlorian Pritz <bluewind@xinu.at>2019-10-08 15:57:54 +0200
commitbc7f2a4df10ea63befd9a1103cd115ccc1c6186b (patch)
tree96ee73f868030b181bdd1c802ceda472be2a71bb /.zshrc
parent1b48a9fe909393a27c122d701ad46245b1d4be80 (diff)
downloaddotfiles-bc7f2a4df10ea63befd9a1103cd115ccc1c6186b.tar.gz
dotfiles-bc7f2a4df10ea63befd9a1103cd115ccc1c6186b.tar.xz
zshrc: Switch to en_IE locale
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index adfee01..b69376f 100644
--- a/.zshrc
+++ b/.zshrc
@@ -5,7 +5,7 @@ stty -echo
ZDOTDIR="$HOME/.zsh"
-export LANG=en_US.UTF-8
+export LANG=en_IE.UTF-8
export TZ=Europe/Vienna
if [[ $TERM = "xterm-termite" ]]; then