Using .bashrc without restart
October 8th, 2009
Getting the changes in .bashrc to take effect immediately, all you need to do is execute either of these following commands in the terminal -
source ~/.bashrc
or
bash
That’s it. The changes made to .bashrc file will take effect.

