Last Updated: July 16, 2020
·
8.524K
· rshetty

Reload your Shell

Usually after editing the .dotfiles (.bashrc / .zshrc) of your shell, you want to apply the changes introduced in the .dotfiles to your shell environment.

You dont have to restart your shell or open a new tab.

You can reload your shell environment using 'source command' as

source ~/.zshrc

for ZSH

source ~/.bashrc

for BASH