mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 13:30:57 +01:00
fix LC_ALL commits
9ba086d862aa29a8fc5d24210d8315f9780bb775 & ca6524346bf08a13e21c3e53c3c6c931d4c65440 According to @nyuszika7h this should work on both Linux and OS X without having that check.
This commit is contained in:
parent
2935cbdeb4
commit
5811927ffe
@ -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
2
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 <Region/City>, or just timezone like UTC.
|
||||
#export TZ="Europe/Helsinki" # MKAYSIGREP #MKAYSIGREPENVIRONMENT
|
||||
|
2
zshrc
2
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 <Region/City>, or just timezone like UTC.
|
||||
# export TZ="Europe/Helsinki" # MKAYSIGREP # MKAYSIGREPENVIRONMENT
|
||||
|
Loading…
x
Reference in New Issue
Block a user