Set LC_ALL

This commit is contained in:
GabriWar 2021-12-03 17:23:51 -03:00 committed by GitHub
parent 7772b672a5
commit 58af8f1afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,9 @@ export EDITOR="micro"
export TERMINAL="st"
export BROWSER="librewolf"
#set LC_ALL
export LC_ALL="en_US.UTF-8"
# ~/ Clean-up:
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"