How do I reload the setting of bash?

January 29, 2012 in Recipes, Shell

Using the command:

source ~/.profile

You may also include it in your .profile:

alias reload='source ~/.profile'