diff --git a/INSTALL.md b/INSTALL.md index 7b32af1..a64bd10 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -59,7 +59,7 @@ 2. To activate the autosuggestions, add the following at the end of your .zshrc: ```sh - source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh + echo "source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc ``` 3. Start a new terminal session.