This website works better with JavaScript.
Explore
Help
Sign In
xenua
/
prezto
Watch
1
Star
0
Fork
You've already forked prezto
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
701
Commits
1
Branch
0
Tags
2.4 MiB
Shell
100%
Tree:
60f39d8d91
prezto
/
functions
/
reload
7 lines
103 B
Raw
Blame
History
# Reloads ~/.zshrc.
local zshrc="$HOME/.zshrc"
if [[ -n "$1" ]]; then
zshrc="$1"
fi
source "$zshrc"
Reference in new issue
Copy Permalink