]> CyberLeo.Net >> Repos - CDN/bash-config.git/blob - bash-config/bashrc.d/00-bash_profile
Explicitly load bash_profile.d before processing bashrc.d
[CDN/bash-config.git] / bash-config / bashrc.d / 00-bash_profile
1 # Avoid /etc/profile scripts that do not load bash_profile by trying to load it
2 # before anything else; bash-config will not load itself more than once, so this
3 # will not loop.
4
5 source "${_base}/bash_profile"