Sets LC_ALL

This commit is contained in:
Alicia Sykes 2023-06-11 11:38:44 +01:00
parent 9f7271fec9
commit 618504b722

View File

@ -39,5 +39,6 @@ export ZLIB="${ZDOTDIR}/lib"
# Encodings, languges and misc settings
export LANG='en_GB.UTF-8';
export LC_ALL='en_GB';
export PYTHONIOENCODING='UTF-8';
export LC_ALL='C';