Skip to content

Instantly share code, notes, and snippets.

@jasonyost
Created June 19, 2014 19:45
Show Gist options
  • Save jasonyost/88f8c200e7c1c4ded3cf to your computer and use it in GitHub Desktop.
Save jasonyost/88f8c200e7c1c4ded3cf to your computer and use it in GitHub Desktop.
Reload .zshrc
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