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

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

mesg n || true