don't use LC_ALL

According to ArchWiki, LANG sets LC_* which aren't explicitly set and
LC_ALL is meant for testing/troubleshooting only.
This commit is contained in:
Aminda Suomalainen 2015-09-05 23:39:16 +03:00
parent c50516ced3
commit ed0d6d663a
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
export EDITOR=vim # MIKAELA_GREP MIKAELA_GREPENVIRONMENT
export LC_ALL=fi_FI.UTF-8 # MIKAELA_GREP # MIKAELA_GREPENVIRONMENT
export LANG=fi_FI.UTF-8 # MIKAELA_GREP # MIKAELA_GREPENVIRONMENT
export TZ="Europe/Helsinki" # MIKAELA_GREP #MIKAELA_GREPENVIRONMENT

View File

@ -180,7 +180,7 @@ fi
#export EDITOR=vim # MIKAELA_GREP MIKAELA_GREP_ENVIRONMENT
# 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.UTF-8 # MIKAELA_GREP # MIKAELA_GREP_ENVIRONMENT
#export LANG=fi_FI.UTF-8 # MIKAELA_GREP # MIKAELA_GREP_ENVIRONMENT
# Sets your timezone. Set in format <Region/City>, or just timezone like UTC.
#export TZ="Europe/Helsinki" # MIKAELA_GREP #MIKAELA_GREP_ENVIRONMENT

View File

@ -125,7 +125,7 @@ fi
#export EDITOR=vim # MIKAELA_GREP # MIKAELA_GREP_ENVIRONMENT
# 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.UTF-8 # MIKAELA_GREP # MIKAELA_GREP_ENVIRONMENT
#export LANG=fi_FI.UTF-8 # MIKAELA_GREP # MIKAELA_GREP_ENVIRONMENT
# Sets your timezone. Set in format <Region/City>, or just timezone like UTC.
# export TZ="Europe/Helsinki" # MIKAELA_GREP # MIKAELA_GREP_ENVIRONMENT