From ca6524346bf08a13e21c3e53c3c6c931d4c65440 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 24 Sep 2014 22:00:34 +0300 Subject: [PATCH] I hate OS X (fi_FI.utf8 is not OK, it's fi_FI.UTF-8) --- .environment.MKAYSIGREP | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.environment.MKAYSIGREP b/.environment.MKAYSIGREP index 6d018a74..440c5110 100644 --- a/.environment.MKAYSIGREP +++ b/.environment.MKAYSIGREP @@ -1,3 +1,9 @@ export EDITOR=vim # MKAYSIGREP MKAYSIGREPENVIRONMENT -export LC_ALL=fi_FI.utf8 # MKAYSIGREP # MKAYSIGREPENVIRONMENT + +if [[$UNAME != Darwin ]]; then + export LC_ALL=fi_FI.utf8 # MKAYSIGREP # MKAYSIGREPENVIRONMENT +else + export LC_ALL=fi_FI.UTF-8 +fi + export TZ="Europe/Helsinki" # MKAYSIGREP #MKAYSIGREPENVIRONMENT