aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_profile
blob: 0447bdddeefa02ba0da939b4fdfade4f29a6fa67 (plain) (blame)
1
2
3
# Just source .bashrc if it exists.
[[ -e "${HOME}/.bashrc" ]] && source "${HOME}/.bashrc"