summaryrefslogtreecommitdiff
path: root/shell/bash_profile
blob: 46cbf5432051fe7b1103a01722e65e69e1ec35f1 (plain)
1
2
3
4
5
6
7
#
# ~/.bash_profile
#
# Source bashrc for login shells
if [ -f ~/.bashrc ]; then
  source ~/.bashrc
fi