]> CyberLeo.Net >> Repos - CDN/bash-config.git/commit
Explicitly load bash_profile.d before processing bashrc.d 1.0.7
authorCyberLeo <cyberleo@cyberleo.net>
Sun, 17 Jun 2012 00:33:12 +0000 (19:33 -0500)
committerCyberLeo <cyberleo@cyberleo.net>
Sun, 17 Jun 2012 00:33:12 +0000 (19:33 -0500)
commitd8418d2f8f097e5764fa7c88fe24c614d20b5de7
tree71a6894d4d66a60b3a6856f05c5866948f216cc7
parent82f0fb6d591d2116b7786471ab6f64885f0ee276
Explicitly load bash_profile.d before processing bashrc.d

Some misguided /etc/profile scripts attempt to load ~/.bashrc before bash
can naturally load ~/.bash_profile; this should ensure bash_profile.d is
loaded before bashrc.d in all cases.
bash-config/bashrc.d/00-bash_profile [new file with mode: 0644]