X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Fenv;h=c654613b77a9c838b5284aa159cdecd3991a3fdf;hb=750e1cf656be5048bd72b8a9f19bea83fc396e16;hp=e30b2722e8de10547a182ff83dbeac2052202bc1;hpb=dc5e55f9968b8dfdd5d7287732489091fbd11ee2;p=config%2Fdotfiles.git diff --git a/shell/env b/shell/env index e30b272..c654613 100644 --- 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"