]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/env
Add more debug output.
[config/dotfiles.git] / shell / env
index e30b2722e8de10547a182ff83dbeac2052202bc1..c654613b77a9c838b5284aa159cdecd3991a3fdf 100644 (file)
--- a/shell/env
+++ b/shell/env
@@ -12,6 +12,8 @@ function source_debug() {
 }
 
 
+source_debug "sourcing ~/.shell/env"
+
 # Use UTF-8 encoding in the terminal.
 LC_ALL=en_US.UTF-8
 LANG=$LC_ALL
@@ -112,5 +114,9 @@ function source_config() {
     elif [ -f $source_file_local -a x$5 != xnolocal ]; then
         source_debug "source_config(): sourcing $source_file_local"
         source $source_file_local
+    else
+        source_debug "source_config(): neither exists"
     fi
 }
+
+source_debug "finished sourcing ~/.shell/env"