diff options
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 |