1
0
mirror of https://github.com/sorin-ionescu/prezto.git synced 2025-03-12 09:55:42 +08:00

8 lines
103 B
Plaintext
Raw Normal View History

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