From 9a06c28ddc2c6efbabc0e4d5806d89b0d63c8b8e Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 5 Jan 2019 21:25:55 +0000 Subject: [PATCH] docs: Don't recommend to `source .zshrc` That might not be idempotent (cf #598). --- INSTALL.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index f998726..6793d89 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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)