]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/env
Improve source_debug() output.
[config/dotfiles.git] / zsh / env
diff --git a/zsh/env b/zsh/env
index cff3f197bff73de256b7d294a7484410c48c146a..aaeb4939d174f5b57d15b8b28e5b4e6b67a5b58b 100644 (file)
--- a/zsh/env
+++ b/zsh/env
@@ -17,7 +17,7 @@ else
     }
 fi
 
-source_debug "sourcing ~/.zsh/env"
+source_debug ". ~/.zsh/env"
 
 
 # Make sure elements in PATH are unique.
@@ -31,6 +31,6 @@ source_config ~/.shell "" env $host
 # Load env file for current hostname (first part before a dot) or env.local.
 source_config ~/.zsh host env $host
 
-source_debug "finished sourcing ~/.zsh/env"
+source_debug ". ~/.zsh/env (done)"
 
 # vim: ft=zsh