X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ConfigScripts.git;a=blobdiff_plain;f=user%2Fbash_profile;h=a01661385e077407998b1358f57e4d41cf3b5bad;hp=554658b753f6722574ca402ed54e6c1e07dfd728;hb=bac478d535aa3836eedc6d83e57406e802eeaf46;hpb=5ac810d415b71379d23d1e13c07f23ed146ee726 diff --git a/user/bash_profile b/user/bash_profile index 554658b..a016613 100644 --- a/user/bash_profile +++ b/user/bash_profile @@ -10,10 +10,15 @@ # individual ~/bash_profile.user file! # -[ -e ~/.ConfigScripts.debug ] && echo " >> ~/.bash_profile ..." +[ -e ~/.ConfigScripts.debug ] && echo " .. ~/.bash_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 ~/.bashrc ] && source ~/.bashrc # -eof-