docs: Don't recommend to source .zshrc

That might not be idempotent (cf #598).
This commit is contained in:
Daniel Shahaf 2019-01-05 21:25:55 +00:00
parent fd57ed94f1
commit 9a06c28ddc

View file

@ -75,9 +75,7 @@ your `.zshrc`.
plugins=( [plugins...] zsh-syntax-highlighting)
3. Source `~/.zshrc` to take changes into account:
% source ~/.zshrc
3. Restart zsh (such as by opening a new instance of your terminal emulator).
#### [Prezto](https://github.com/sorin-ionescu/prezto)