How do I reload the terminal in Ubuntu?

Run

bash --login

This will start a new bash login shell new loading your profile. It will inherit the other shells environment though, unless some values are overridden.

If you exit this bash, you'll be in your original shell again.


You can load another shell in the terminal. Type:

bash

You can put some echo commentary in .bashrc to verify. To verify all aliases type:

alias