summaryrefslogtreecommitdiffstats
path: root/.profile
blob: 0a8defce219f50bf197fc5ea33aa836e7814a2eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
if [ -d "$HOME/bin" ] ; then
    PATH="$HOME/bin:$PATH"
fi

if [ "$BASH" ]; then
  if [ -f ~/.bashrc ]; then
    . ~/.bashrc
  fi
fi
mesg n 2> /dev/null || true