mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Update INSTALL.md
include Homebrew installation for zsh-autosuggestions with persistent .zshrc integration
This commit is contained in:
parent
c3d4e576c9
commit
7e803d42f7
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue