1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-05 13:50:27 +00:00
prezto/functions/reload

8 lines
103 B
Plaintext
Raw Normal View History

2011-10-12 03:13:58 +00:00
# Reloads ~/.zshrc.
local zshrc="$HOME/.zshrc"
if [[ -n "$1" ]]; then
zshrc="$1"
fi
source "$zshrc"