1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-03 05:20:27 +00:00
prezto/functions/reload
2012-01-23 20:40:57 -05:00

8 lines
103 B
Plaintext

# Reloads ~/.zshrc.
local zshrc="$HOME/.zshrc"
if [[ -n "$1" ]]; then
zshrc="$1"
fi
source "$zshrc"