Created
June 19, 2014 19:45
-
-
Save jasonyost/88f8c200e7c1c4ded3cf to your computer and use it in GitHub Desktop.
Reload .zshrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source ~/.zshrc | |
# or the shorter | |
. ~/.zshrc | |
# In the .zshrc file you can add an alias such as | |
alias zshreload="source ~/.zshrc" | |
# You can then just type zshreload after making changes to your .zshrc file. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment