Reload bash in Linux

I was a fool, ya I was. When I newly started with Linux, each and every time I was changing my bashrc, I was restarting my PC just to reload the new bash setting, crazy naa. In fact, you can do this in a very easy way:

just run this command:

source .bashrc

and it will do the job