X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=blobdiff_plain;f=.bashrc;h=fc875dd4279c88c4aebd5c551d5e8e07b33c2085;hp=6ff2b358b468536205e5313123eef5768c5bcc12;hb=382dcf28f1cf6b52391340dfac094cfe7a40528c;hpb=75c25d46648fc98023c59bde9ca0aeae480ef422 diff --git a/.bashrc b/.bashrc index 6ff2b35..fc875dd 100644 --- a/.bashrc +++ b/.bashrc @@ -48,7 +48,12 @@ if [ "$PS1" ]; then fi; alias aumix2='aumix -d /dev/mixer1 -I' - export 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 export PATH="~/bin:$PATH" if [ ! -e ~/tmp ]; then mkdir ~/tmp;