There is a command
if [ -f ~/.bashrc ]; then . ~/.bashrc
I need to know why there is "." right before ~/.bashrc?