X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=blobdiff_plain;f=.bash_profile;h=378e08f40b6bfc82713d906587d77d7ede5003b9;hp=4e21948e40e136cd37df36f9c8a04c30682eaf4e;hb=6750163f90fd72f457afa5c59784118d9852e82a;hpb=b7ba0f1d7c4c138136498cb928456aedffcc6248;ds=sidebyside 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