diff --git a/.environment.MKAYSIGREP b/.environment.MKAYSIGREP index 126caf33..418125e4 100644 --- a/.environment.MKAYSIGREP +++ b/.environment.MKAYSIGREP @@ -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 diff --git a/bashrc b/bashrc index 19baf6ac..44624a0d 100644 --- a/bashrc +++ b/bashrc @@ -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 , or just timezone like UTC. #export TZ="Europe/Helsinki" # MKAYSIGREP #MKAYSIGREPENVIRONMENT diff --git a/zshrc b/zshrc index a58fcdb6..84544c27 100644 --- a/zshrc +++ b/zshrc @@ -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 , or just timezone like UTC. # export TZ="Europe/Helsinki" # MKAYSIGREP # MKAYSIGREPENVIRONMENT