X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/e45b0db3d66ca9e041622db3d801d026fb4d3724:/.zsh/zprofile/10_locale..33230b65afa1076218abff057d0bbcc7486af0a8:/.zsh/zprofile/10-locales diff --git a/.zsh/zprofile/10_locale b/.zsh/zprofile/10-locales similarity index 98% rename from .zsh/zprofile/10_locale rename to .zsh/zprofile/10-locales index 4f37e09..ef23bf1 100644 --- a/.zsh/zprofile/10_locale +++ b/.zsh/zprofile/10-locales @@ -1,4 +1,3 @@ -# zprofile/10_locale # # Defines locale settings # @@ -118,7 +117,7 @@ if [ -x =locale ]; then unset _LOCALE fi -export LANGUAGE="${LANG}:en" +export LANGUAGE="${LANG}:${LANG%_*}" unfunction _set_regional_locale unfunction _set_locale