X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/66e0c46c40148f44edc4a1ddfd1c63b4e577ab3f..6b65253a03d481bd00ad849875cced9e8d854f2f:/.zsh/zprofile/10_locale diff --git a/.zsh/zprofile/10_locale b/.zsh/zprofile/10_locale index 07cbf44..ab47ec9 100644 --- a/.zsh/zprofile/10_locale +++ b/.zsh/zprofile/10_locale @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # _set_locale() @@ -98,6 +98,8 @@ if [ -x =locale ]; then unset _LOCALE fi +export LANGUAGE="${LANG}:en" + unfunction _set_regional_locale unfunction _set_locale