bash/dot-bash_profile 150 B raw
1
# ~/.bash_profile
2
# Login shells read this, not ~/.bashrc.
3
# Source ~/.bashrc so interactive config loads either way.
4
[ -f ~/.bashrc ] && . ~/.bashrc