mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
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:
parent
c50516ced3
commit
ed0d6d663a
@ -1,5 +1,5 @@
|
|||||||
export EDITOR=vim # MIKAELA_GREP MIKAELA_GREPENVIRONMENT
|
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
|
export TZ="Europe/Helsinki" # MIKAELA_GREP #MIKAELA_GREPENVIRONMENT
|
||||||
|
@ -180,7 +180,7 @@ fi
|
|||||||
#export EDITOR=vim # MIKAELA_GREP MIKAELA_GREP_ENVIRONMENT
|
#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
|
# 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.
|
# Sets your timezone. Set in format <Region/City>, or just timezone like UTC.
|
||||||
#export TZ="Europe/Helsinki" # MIKAELA_GREP #MIKAELA_GREP_ENVIRONMENT
|
#export TZ="Europe/Helsinki" # MIKAELA_GREP #MIKAELA_GREP_ENVIRONMENT
|
||||||
|
2
rc/zshrc
2
rc/zshrc
@ -125,7 +125,7 @@ fi
|
|||||||
#export EDITOR=vim # MIKAELA_GREP # MIKAELA_GREP_ENVIRONMENT
|
#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
|
# 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.
|
# Sets your timezone. Set in format <Region/City>, or just timezone like UTC.
|
||||||
# export TZ="Europe/Helsinki" # MIKAELA_GREP # MIKAELA_GREP_ENVIRONMENT
|
# export TZ="Europe/Helsinki" # MIKAELA_GREP # MIKAELA_GREP_ENVIRONMENT
|
||||||
|
Loading…
Reference in New Issue
Block a user