diff --git a/INSTALL.md b/INSTALL.md index 7f0a395..722d853 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -60,7 +60,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.