Sep 5, 2020by Sai gowthamHow to reload your .zshrc file in Terminalbash1min readLearn, how to reload your .zshrc file after making the changes to it. Reloading the .zshrc We can reload a .zshrc file without closing the current terminal by using the following shell command. . ~/.zshrc or we can also use the source command to reload it. source ~/.zshrcShare: