Refreshing the command prompt
Published in
1 min readOct 22, 2015
After adding stuff such as alias to your “.bash_profiles” and “.zshrc” files, how do you reload these files on the command line to start using the changes?
Type “source ~/.zshrc” to reload it.
Or “. ~/.zshrc” for short.