diff options
author | Joe <bousset.rudy@gmail.com> | 2022-07-30 17:54:00 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-07-30 17:54:00 +0200 |
commit | c983c1b957bcae203bc11b83a02a6694165305d1 (patch) | |
tree | 2a56df3f367e62bfa00bd2be70f574067fcde72d /.config/env | |
parent | dark mode (diff) | |
download | dotfiles-bsd-c983c1b957bcae203bc11b83a02a6694165305d1.tar.gz dotfiles-bsd-c983c1b957bcae203bc11b83a02a6694165305d1.tar.bz2 dotfiles-bsd-c983c1b957bcae203bc11b83a02a6694165305d1.tar.xz dotfiles-bsd-c983c1b957bcae203bc11b83a02a6694165305d1.tar.zst dotfiles-bsd-c983c1b957bcae203bc11b83a02a6694165305d1.zip |
CC
Diffstat (limited to '.config/env')
-rw-r--r-- | .config/env | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/env b/.config/env index 2ad51f7..eee6912 100644 --- a/.config/env +++ b/.config/env @@ -34,8 +34,8 @@ export FILE='lf' # UTF-8 export CHARSET='UTF-8' -export LANG='en_US.UTF-8' -# export LANG='C' +# export LANG='en_US.UTF-8' +export LANG='C' export LC_COLLATE='C' export LC_ALL='' |