mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-03 16:52:37 +01:00
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:
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…
Reference in New Issue
Block a user