summaryrefslogtreecommitdiffstats
path: root/share/dot.profile
blob: c4c7402daf7ae66c19afdd13030901209f3d77fa (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 2> /dev/null || true