From bc7f2a4df10ea63befd9a1103cd115ccc1c6186b Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 8 Oct 2019 15:57:54 +0200 Subject: zshrc: Switch to en_IE locale Signed-off-by: Florian Pritz --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc') 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 -- cgit v1.2.3-24-g4f1b