#
# .bash_profile - Bash Shell startup script for login shells
#
# See also BASH(1).
#
if [ -f ~/.bashrc ];
then
  . ~/.bashrc;
fi