summaryrefslogtreecommitdiff
path: root/share/dot.profile
blob: bc300dd62b4f309492461ff39ad0e89eaaa97727 (plain) (blame)
1
2
3
4
5
6
7
# ~/.profile: executed by Bourne-compatible login shells.

if [ "$BASH" ]; then
  if [ -f ~/.bashrc ]; then
    . ~/.bashrc
  fi
fi