#
if [ "$SHELL" == "/bin/bash" -o "$SHELL" == "/usr/local/bin/bash" ]; then
    source ${HOME}/.bashrc
fi
