Last Updated: February 25, 2016
·
5.741K
· ducknorris

How to reload ZSH aliases

Add this line into ~/.zshrc:

alias reload=". ~/.zshrc && echo 'ZSH config reloaded from ~/.zshrc'"

For the first time you may have to run the command manually. After that, you can just run reload and your aliases will be reloaded.