1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-01 12:50:27 +00:00

Removed hard coded locale, fixed #9.

This commit is contained in:
Sorin Ionescu 2012-02-20 12:49:47 -05:00
parent 81789a06a2
commit d5884e79b7

View File

@ -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"