Removed hard coded locale, fixed #9.
This commit is contained in:
parent
81789a06a2
commit
d5884e79b7
|
@ -60,14 +60,9 @@ for path_file in /etc/paths.d/*(.N); do
|
|||
done
|
||||
|
||||
# Language
|
||||
export LANG="en_AU.UTF-8"
|
||||
export LC_ALL="$LANG"
|
||||
export LC_COLLATE="$LANG"
|
||||
export LC_CTYPE="$LANG"
|
||||
export LC_MESSAGES="$LANG"
|
||||
export LC_MONETARY="$LANG"
|
||||
export LC_NUMERIC="$LANG"
|
||||
export LC_TIME="$LANG"
|
||||
if [[ -z "$LANG" ]]; then
|
||||
eval "$(locale)"
|
||||
fi
|
||||
|
||||
# Editors
|
||||
export EDITOR="vim"
|
||||
|
|
Loading…
Reference in a new issue