Compare commits

...

2 Commits

Author SHA1 Message Date
Christopher Martínez a51e40c49c
Merge 7e803d42f7 into 0e810e5afa 2024-11-25 20:07:49 -07:00
Christopher Martinez 7e803d42f7
Update INSTALL.md
include Homebrew installation for zsh-autosuggestions with persistent .zshrc integration
2024-10-01 15:23:21 -06:00
1 changed files with 1 additions and 1 deletions

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.