X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Fenv;h=be55b4e863f1b808a3b2186aa20b5722d88b2a0e;hb=d6b57a3d60648fecb848a223e4cdcee6cfdb8eb5;hp=d5a0891206b7849bbcb58ae5f4e6a56fd881d133;hpb=75b2064f7dbc878a2504458e6407f3bfe7429c04;p=config%2Fdotfiles.git diff --git a/shell/env b/shell/env index d5a0891..be55b4e 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 @@ -79,6 +80,8 @@ export LSCOLORS # # Doesn't fit perfectly in this file, but this is the best place to make it # available everywhere. +# +# If DEBUG is set to a non empty value additional debug output is printed. function source_config() { # Path to the file to source and its local counterpart. local source_file=$1/$2/$3.$4