mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-06-05 12:36:28 +08:00
Update INSTALL.md
This commit is contained in:
parent
0e810e5afa
commit
f2a5847eb4
@ -56,13 +56,17 @@
|
||||
brew install zsh-autosuggestions
|
||||
```
|
||||
|
||||
2. To activate the autosuggestions, add the following at the end of your .zshrc:
|
||||
2. To activate the autosuggestions, open your .zshrc:
|
||||
```sh
|
||||
nano ~/.zshrc
|
||||
```
|
||||
|
||||
3. Go to the bottom and add the following at the end of the file:
|
||||
```sh
|
||||
source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
```
|
||||
|
||||
3. Start a new terminal session.
|
||||
4. Start a new terminal session.
|
||||
|
||||
## Manual (Git Clone)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user