fix LC_ALL commits

9ba086d862 & ca6524346b

According to @nyuszika7h this should work on both Linux and OS X without
having that check.
This commit is contained in:
Mikaela Suomalainen 2014-09-25 15:35:47 +03:00
parent 2935cbdeb4
commit 5811927ffe
3 changed files with 3 additions and 7 deletions

View File

@ -1,9 +1,5 @@
export EDITOR=vim # MKAYSIGREP MKAYSIGREPENVIRONMENT
if [[ $UNAME != Darwin ]]; then
export LC_ALL=fi_FI.utf8 # MKAYSIGREP # MKAYSIGREPENVIRONMENT
else
export LC_ALL=fi_FI.UTF-8
fi
export LC_ALL=fi_FI.UTF-8 # MKAYSIGREP # MKAYSIGREPENVIRONMENT
export TZ="Europe/Helsinki" # MKAYSIGREP #MKAYSIGREPENVIRONMENT

2
bashrc
View File

@ -183,7 +183,7 @@ fi
#export EDITOR=vim # MKAYSIGREP MKAYSIGREPENVIRONMENT
# Sets locale. You can get list of locales with "locale -a" command. This should be something which ends to .utf8
#export LC_ALL=fi_FI.utf8 # MKAYSIGREP # MKAYSIGREPENVIRONMENT
#export LC_ALL=fi_FI.UTF-8 # MKAYSIGREP # MKAYSIGREPENVIRONMENT
# Sets your timezone. Set in format <Region/City>, or just timezone like UTC.
#export TZ="Europe/Helsinki" # MKAYSIGREP #MKAYSIGREPENVIRONMENT

2
zshrc
View File

@ -117,7 +117,7 @@ fi
#export EDITOR=vim # MKAYSIGREP # MKAYSIGREPENVIRONMENT
# Sets locale. You can get list of locales with "locale -a" command. This should be something which ends to .utf8
#export LC_ALL=fi_FI.utf8 # MKAYSIGREP # MKAYSIGREPENVIRONMENT
#export LC_ALL=fi_FI.UTF-8 # MKAYSIGREP # MKAYSIGREPENVIRONMENT
# Sets your timezone. Set in format <Region/City>, or just timezone like UTC.
# export TZ="Europe/Helsinki" # MKAYSIGREP # MKAYSIGREPENVIRONMENT