source ~/.bashrc
Category: Shell & Bash
source ~/.bashrc
Reload the bash configuration file in current shell
Reloads your .bashrc configuration file so changes take effect immediately without opening a new terminal. source runs a script in the current shell.