dotfiles

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

commit 3f630c326e2df88f6a2a502f8f0a5ca1127600a3
parent 7fdbf90dac5825b2fd0116116f780215efdeeeef
Author: Chris Bracken <chris@bracken.jp>
Date:   Sat, 31 Aug 2019 00:33:12 -0700

Set LANG=en_AU, LC_MONETARY=ja_JP

Use Australian English and Japanese Yen.

Diffstat:
M.zshenv | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.zshenv b/.zshenv @@ -1,4 +1,8 @@ # .zshenv -# Default read-only permissions for group/other +# Default read-only permissions for group/other. umask 022 + +# Set language to Australian English, currency to Japanese Yen. +export LANG=en_AU +export LC_MONETARY=ja_JP