bourne again shell (bash)

source .bashrc on SSH login

.bash_profile
if [ "$BASH" ]; then
  if [ -f ~/.bashrc ]; then
    . ~/.bashrc
  fi
fi