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