mirror of
https://github.com/Lissy93/dotfiles.git
synced 2024-11-21 23:13:09 +01:00
Sets LC_ALL
This commit is contained in:
parent
9f7271fec9
commit
618504b722
@ -39,5 +39,6 @@ export ZLIB="${ZDOTDIR}/lib"
|
|||||||
|
|
||||||
# Encodings, languges and misc settings
|
# Encodings, languges and misc settings
|
||||||
export LANG='en_GB.UTF-8';
|
export LANG='en_GB.UTF-8';
|
||||||
export LC_ALL='en_GB';
|
|
||||||
export PYTHONIOENCODING='UTF-8';
|
export PYTHONIOENCODING='UTF-8';
|
||||||
|
export LC_ALL='C';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user