Update INSTALL.md

include Homebrew installation for zsh-autosuggestions with persistent .zshrc integration
This commit is contained in:
Christopher Martinez 2024-10-01 15:23:21 -06:00 committed by GitHub
parent c3d4e576c9
commit 7e803d42f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,7 +59,7 @@
2. To activate the autosuggestions, add the following at the end of your .zshrc: 2. To activate the autosuggestions, add the following at the end of your .zshrc:
```sh ```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. 3. Start a new terminal session.