summaryrefslogtreecommitdiff
path: root/share/dot.profile
blob: 517e61211921ab4010eb3a064d94aa7e6a2c50ad (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