aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_profile
blob: 28f71bf98f098b901a8a78f4706517d2412e3221 (plain) (blame)
1
2
3
4
5
6
# Source the normal shell profile.
[[ -e "${HOME}/.profile" ]] && source "${HOME}/.profile"

# Then source .bashrc if it exists.
[[ -e "${HOME}/.bashrc" ]] && source "${HOME}/.bashrc"