# ~/.bash_profile
chsh -s /bin/bash
if [ -f ~/.bashrc ]; then
  . ~/.bashrc
fi
