]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - bash/rc
Improve source_debug() output.
[config/dotfiles.git] / bash / rc
diff --git a/bash/rc b/bash/rc
index 05317d9bc955a3687a1b6b6018ce9a4fe8091e7f..7243ceb963138fbb99f7f923e0540a94f11f55dc 100644 (file)
--- a/bash/rc
+++ b/bash/rc
@@ -19,7 +19,7 @@ else
     }
 fi
 
-source_debug "sourcing ~/.bash/rc"
+source_debug ". ~/.bash/rc"
 
 # Load global env file for current hostname (first part before a dot) or
 # global env.local.
@@ -49,6 +49,6 @@ fi
 # Load rc file for current hostname (first part before a dot) or rc.local.
 source_config ~/.bash host rc $host
 
-source_debug "finished sourcing ~/.bash/env"
+source_debug ". ~/.bash/rc (done)"
 
 # vim: ft=sh