DOT_BASHRC=~/.bashrc
# -n True if the length of string is non-zero.
# -r True if file exists and is readable.
if [ -n "$BASH" ] && [ -r "$DOT_BASHRC" ]; then
echo "load $DOT_BASHRC by ~/.profile"
source "$DOT_BASHRC"
fi