summaryrefslogtreecommitdiff
path: root/.bash_profile
blob: 67287d17f9ad250d0adc0588fffbccab6ef1bb1f (plain)
1
2
3
4
# include .bashrc if it exists
if [ -f ~/.bashrc ]; then
    . ~/.bashrc
fi