From becd982a7c9314081ecdaf84cc64e769bb885b35 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 25 Jan 2015 17:18:39 +0100 Subject: [PATCH] user/bash_profile: Reorder debug messages --- user/bash_profile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/user/bash_profile b/user/bash_profile index 0c0eded..11b8a83 100644 --- a/user/bash_profile +++ b/user/bash_profile @@ -1,6 +1,6 @@ # # ~/.bash_profile: executed by bash(1) for login shells. -# Written 2003-2009 by Alexander Barton (alex@barton.de) +# Written 2003-2015 by Alexander Barton (alex@barton.de) # # This script is read in by bash login shells. # @@ -14,12 +14,13 @@ [ -z "$PROFILEREAD" -a -r ~/.etc/profile ] && source ~/.etc/profile [ -z "$PROFILEREAD" -a -r /etc/profile ] && source /etc/profile -[ -r ~/.bash_profile.user ] && source ~/.bash_profile.user [ -e ~/.ConfigScripts.debug ] && echo " >> ~/.bash_profile ..." # Add commands here ... +[ -r ~/.bash_profile.user ] && source ~/.bash_profile.user + [ -r ~/.bashrc ] && source ~/.bashrc # -eof- -- 2.39.2