aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.bash_profile
blob: 9cfcef1c4c547b4ea0feae0a5473fbf0eca59bf4 (plain) (blame)
1
2
3
# I've followed this advice: https://superuser.com/a/789465
[ -r "$HOME/.profile" ] && source "$HOME/.profile"
[ -r "$HOME/.bashrc"  ] && source "$HOME/.bashrc"