aboutsummaryrefslogtreecommitdiff
path: root/src/bash/bash_profile
blob: 6974261f52a0381030b4f60140ca1f4f340e76aa (plain)
1
2
3
4
5
6
7
8
#
# ~~~ bash profile
#

# load bashrc
if [[ -f ~/.bashrc ]]; then
    . ~/.bashrc
fi