aboutsummaryrefslogblamecommitdiff
path: root/bash/bash_profile
blob: 69e812a08821497e3ab1cdfbaa1eb169bc015f75 (plain) (tree)
1
2
3
4
5
6
                                             
                                             
 


                                                                            
# Load ~/.profile regardless of shell version
[ -e "$HOME"/.profile ] && . "$HOME"/.profile

# If ~/.bashrc exists, source that too; the tests for both interactivity and
# >=2.05a (for features like [[) are in there
[ -f $HOME/.bashrc ] && . "$HOME"/.bashrc