diff options
author | Mathias Bynens <mathias@qiwi.be> | 2014-03-21 18:50:00 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-03-21 18:50:00 +0100 |
commit | 1acaab5c8b5b94afb384257470ec0f8521dcf9e9 (patch) | |
tree | b28fbff5b8fd77902ba4ee33394971b88ebf52cd /.exports | |
parent | 92f4b42abaec348673f910fca2749aac76d640ed (diff) | |
download | dotfiles-1acaab5c8b5b94afb384257470ec0f8521dcf9e9.tar.gz dotfiles-1acaab5c8b5b94afb384257470ec0f8521dcf9e9.tar.bz2 dotfiles-1acaab5c8b5b94afb384257470ec0f8521dcf9e9.zip |
.exports: Explicitly use UTF-8 even for `LANG`
Diffstat (limited to '.exports')
-rw-r--r-- | .exports | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ export HISTCONTROL=ignoredups export HISTIGNORE="ls:cd:cd -:pwd:exit:date:* --help" # Prefer US English and use UTF-8 -export LANG="en_US" +export LANG="en_US.UTF-8" export LC_ALL="en_US.UTF-8" # Highlight section titles in manual pages |