]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/env
Fix whitespace problem introduced in last commit.
[config/dotfiles.git] / shell / env
index d5a0891206b7849bbcb58ae5f4e6a56fd881d133..be55b4e863f1b808a3b2186aa20b5722d88b2a0e 100644 (file)
--- 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