]> arthur.barton.de Git - ConfigScripts.git/blobdiff - user/bash_profile
user/bash_profile: Reorder debug messages
[ConfigScripts.git] / user / bash_profile
index 0c0eded6bed469b4bad98307234de18302953078..11b8a83c6bdd499e07ef635dae2c6d6b3cf485a8 100644 (file)
@@ -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.
 #
 
 [ -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-