X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Fenv;h=9e94d7b020efd88c2e3ee539492a9f16444e1800;hb=e63d539ffb618d18e67032f43301a0e99f7598be;hp=d5a0891206b7849bbcb58ae5f4e6a56fd881d133;hpb=75b2064f7dbc878a2504458e6407f3bfe7429c04;p=config%2Fdotfiles.git 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