From 55fe803f1795061d1397c76a793cc2f1986b4774 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sun, 3 Mar 2024 21:31:34 +0000 Subject: 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. --- misc/dotfiles/bash_profile | 3 --- 1 file changed, 3 deletions(-) (limited to 'misc/dotfiles/bash_profile') 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" -- cgit v1.2.3-70-g09d2