When working on new machines it always frustrates me that I end up working at a simple "$" prompt, nothing else, because .bashrc is not being used. If this happens to you, you are likely using
/bin/sh and not
/bin/bash on a machine where the former is not symlinked to the latter (which you may be expecting).
$ chsh
Will allow you to change your shell.