]> arthur.barton.de Git - ConfigScripts.git/blobdiff - user/bash_profile
sys/profile: Reformat "for" loops
[ConfigScripts.git] / user / bash_profile
index a01661385e077407998b1358f57e4d41cf3b5bad..0c0eded6bed469b4bad98307234de18302953078 100644 (file)
@@ -13,6 +13,7 @@
 [ -e ~/.ConfigScripts.debug ] && echo " .. ~/.bash_profile ..."
 
 [ -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 ..."