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
|
done
|
||||||
|
|
||||||
# Language
|
# Language
|
||||||
export LANG="en_AU.UTF-8"
|
if [[ -z "$LANG" ]]; then
|
||||||
export LC_ALL="$LANG"
|
eval "$(locale)"
|
||||||
export LC_COLLATE="$LANG"
|
fi
|
||||||
export LC_CTYPE="$LANG"
|
|
||||||
export LC_MESSAGES="$LANG"
|
|
||||||
export LC_MONETARY="$LANG"
|
|
||||||
export LC_NUMERIC="$LANG"
|
|
||||||
export LC_TIME="$LANG"
|
|
||||||
|
|
||||||
# Editors
|
# Editors
|
||||||
export EDITOR="vim"
|
export EDITOR="vim"
|
||||||
|
|
Loading…
Reference in a new issue