dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 2812701cd96307ddf8e14243c8a275c2758b2790
parent 2d85b337c3ef1e6982fcffb2971614d563537b34
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon,  9 Mar 2020 15:23:16 -0700

Set LANGUAGE variable in .zshenv

Some GNU programs look for this in addition to LANG and the LC_
variables.

Diffstat:
M.zshenv | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.zshenv b/.zshenv @@ -5,6 +5,7 @@ umask 022 # Set language to Australian English, currency to Japanese Yen. export LANG=en_AU.UTF-8 +export LANGUAGE=en_AU.UTF-8 export LC_COLLATE=en_AU.UTF-8 export LC_CTYPE=en_AU.UTF-8 export LC_MESSAGES=en_AU.UTF-8