]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/env
Improve source_debug() output.
[config/dotfiles.git] / shell / env
index ba94f390f9dc13b3f2249b5eca1b5f08c78f3fc9..1b9750fee9a466915dfd000cf72d358fbb01000b 100644 (file)
--- a/shell/env
+++ b/shell/env
@@ -12,7 +12,7 @@ source_debug() {
 }
 
 
-source_debug "sourcing ~/.shell/env"
+source_debug ". ~/.shell/env"
 
 
 # Use UTF-8 encoding in the terminal. Don't use LC_ALL as it's used for
@@ -157,6 +157,6 @@ source_config() {
     unset source_file source_file_local
 }
 
-source_debug "finished sourcing ~/.shell/env"
+source_debug ". ~/.shell/env (done)"
 
 # vim: ft=sh