diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-03-03 21:31:34 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-03-03 21:31:34 +0000 |
commit | 55fe803f1795061d1397c76a793cc2f1986b4774 (patch) | |
tree | f9cc361aded6c1cc832372431f6821e320e29caa /misc | |
parent | 9f524fb81e5cc5346f6241f4073787ed26351357 (diff) | |
download | infra-55fe803f1795061d1397c76a793cc2f1986b4774.tar.gz infra-55fe803f1795061d1397c76a793cc2f1986b4774.tar.bz2 infra-55fe803f1795061d1397c76a793cc2f1986b4774.zip |
Try to remove set of locale
There is no en_US.UTF-8 locale in Arch Linux out of the box. Try to remove
explicit set of locale and see what will break. I set it initially, because
some of the servers had russian locale back in the days, but I am not sure this
is still true somewhere.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dotfiles/bash_profile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/dotfiles/bash_profile b/misc/dotfiles/bash_profile index 7bbee3f..bdcb007 100644 --- a/misc/dotfiles/bash_profile +++ b/misc/dotfiles/bash_profile @@ -1,6 +1,3 @@ -export LC_ALL=en_US.UTF-8 -export LANG=en_US.UTF-8 - export EDITOR=vim export PATH="$HOME/bin:/usr/local/sbin:$PATH" |