aboutsummaryrefslogtreecommitdiff
path: root/bash/dot-bash_profile
blob: f91cff9a9c99c2690f8424adacd6304066153a9d (plain)
1
2
3
4
5
6
7
#
# ~/.bash_profile
#

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

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