aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_profile
blob: aa87667dcd780ab4e7d3bff29565d8cdbb096aa7 (plain) (blame)
1
2
3
4
5
6
# Source Bourne shell profile if it exists
[[ -r "$HOME/.profile" ]] && source $HOME/.profile

# Source interactive Bash config if it exists
[[ -r "$HOME/.bashrc" ]] && source $HOME/.bashrc