1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-03 12:20: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 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"