aboutsummaryrefslogtreecommitdiffstats
path: root/.exports
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-03-21 18:50:00 +0100
committerMathias Bynens <mathias@qiwi.be>2014-03-21 18:50:00 +0100
commit1acaab5c8b5b94afb384257470ec0f8521dcf9e9 (patch)
treeb28fbff5b8fd77902ba4ee33394971b88ebf52cd /.exports
parent92f4b42abaec348673f910fca2749aac76d640ed (diff)
downloaddotfiles-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--.exports2
1 files changed, 1 insertions, 1 deletions
diff --git a/.exports b/.exports
index ea74d29..e60924d 100644
--- a/.exports
+++ b/.exports
@@ -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