From f45b60d062cd0bc0c7e79163b46f5fab22bcc995 Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Mon, 21 Sep 2015 05:21:00 -0400 Subject: [PATCH] Add note in README about how to workaround installation with existing .zshrc --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d6b40af0..2087fe6a 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ version is 4.3.17. ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}" done + NB: The above will not overwrite or update any existing `.zshrc`. Therefore, if you + have an existing `.zshrc` you must manually add the line `source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"`. + 4. Set Zsh as your default shell: chsh -s /bin/zsh