From: Simon Ruderich Date: Mon, 24 Nov 2008 19:15:29 +0000 (+0100) Subject: Also export LANG, has same values as LC_ALL. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=sidebyside;h=e63d539ffb618d18e67032f43301a0e99f7598be;p=config%2Fdotfiles.git Also export LANG, has same values as LC_ALL. --- diff --git a/shell/env b/shell/env index d5a0891..9e94d7b 100644 --- a/shell/env +++ b/shell/env @@ -3,7 +3,8 @@ # Use UTF-8 encoding in the terminal. LC_ALL=en_US.UTF-8 -export LC_ALL +LANG=$LC_ALL +export LC_ALL LANG # Use Vim as editor. EDITOR=vim