]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/rc
Improve source_debug() output.
[config/dotfiles.git] / zsh / rc
diff --git a/zsh/rc b/zsh/rc
index 21b65a9c76ee9f09bbff519ce43fdb0e0120860b..b94e24eca6dbc1b8656404fa06c16251192e4a3b 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -1,7 +1,7 @@
 # Zsh configuration file.
 
 
-source_debug "sourcing ~/.zsh/rc"
+source_debug ". ~/.zsh/rc"
 
 # MISCELLANEOUS SETTINGS
 
@@ -638,6 +638,6 @@ if [[ $TERM != dumb && -z $STY ]]; then
 fi
 
 
-source_debug "finished sourcing ~/.zsh/rc"
+source_debug ". ~/.zsh/rc (done)"
 
 # vim: ft=zsh