X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=blobdiff_plain;f=.bash_profile;fp=.bash_profile;h=378e08f40b6bfc82713d906587d77d7ede5003b9;hp=4e21948e40e136cd37df36f9c8a04c30682eaf4e;hb=637aefc2a4f6351380de07cb7153b4bd8b7c2709;hpb=69c506f2c9ec619db23ae86d60f46ecbc238f2fd diff --git a/.bash_profile b/.bash_profile index 4e21948..378e08f 100644 --- a/.bash_profile +++ b/.bash_profile @@ -22,6 +22,10 @@ fi # MANPATH=~/man:"${MANPATH}" #fi -LANG="en_US.UTF-8" +if locale -a |grep -qi en_US.utf8; then + LANG="en_US.UTF-8" +else + LANG=C +fi; export LANG