summaryrefslogtreecommitdiff
path: root/bash/bash_profile
blob: 004a7b322cb3ed8c055e89f0f65ecff841aac780 (plain)
1
2
3
if [ -f $HOME/.bashrc ]; then
  source $HOME/.bashrc
fi