commit 2142e26850dd2f9a92c01dfa48b43a760cbaddc2
parent 7b9d22eef3d771cb5a54d6b6a824b0b1979eec95
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Tue, 14 Jan 2020 11:49:29 +0100
Get rid of locale setting in ~/.profile
This should be done by /etc/default/locale. If it's not, I should
reconfigure the locale, not override variables...
Former-commit-id: a5957b8582b50bc08828a512bd55a3dfdaf93613
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/shell/profile b/shell/profile
@@ -47,7 +47,5 @@ fi
export DOTFILES="$HOME/.dotfiles"
export EDITOR="/usr/local/bin/vim"
-export LC_ALL="en_US"
-export LANG="en_US"
export MUSIC_DIR="/Volumes/HDD/Music/iTunes/iTunes Media/Music"
export PAGER="bat"