aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
blob: 9df1d19c6c5a1e02409b5982a5fab88b7fbdddb9 (plain) (blame)
1
2
3
4
5
# Nick's light .bash_profile
# Load generic profile + bashrc

[ -f ~/.profile ] && . ~/.profile
[ -f ~/.bashrc ] && . ~/.bashrc