# .bashrc

# This file is only evaluated for non-login but interactive shells (bash).

# (This check is used when exectued outside an login-environment.)

if [ ! "$PS1" ] ; then
  . /etc/profile
  . $HOME/.bash_profile
fi

