]> arthur.barton.de Git - ConfigScripts.git/blobdiff - sys/bashrc
Better debug logging, display when script really starts
[ConfigScripts.git] / sys / bashrc
index efb445fbdcb05877f398479b3b12986bc1ce4726..e2f26287c9826d0f128ebd41a8a4f09e5311d831 100644 (file)
@@ -3,13 +3,15 @@
 # Written 2003-2014 by Alexander Barton (alex@barton.de)
 #
 
-[ -e ~/.ConfigScripts.debug ] && echo " >> /etc/bash.bashrc ..."
+[ -e ~/.ConfigScripts.debug ] && echo " .. /etc/bash.bashrc ..."
 
 BASHRCREAD="true"
 
 [ -z "$PROFILEREAD" -a -r /etc/profile ] && source /etc/profile
 [ -z "$PROFILEREAD" -a -r ~/.etc/profile ] && source ~/.etc/profile
 
+[ -e ~/.ConfigScripts.debug ] && echo " >> /etc/bash.bashrc ..."
+
 # Interactive shell?
 [ "$PS1" ] || return