diff options
author | Florian Pritz <bluewind@xinu.at> | 2019-10-08 15:57:54 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2019-10-08 15:57:54 +0200 |
commit | bc7f2a4df10ea63befd9a1103cd115ccc1c6186b (patch) | |
tree | 96ee73f868030b181bdd1c802ceda472be2a71bb | |
parent | 1b48a9fe909393a27c122d701ad46245b1d4be80 (diff) | |
download | dotfiles-bc7f2a4df10ea63befd9a1103cd115ccc1c6186b.tar.gz dotfiles-bc7f2a4df10ea63befd9a1103cd115ccc1c6186b.tar.xz |
zshrc: Switch to en_IE locale
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |