Update INSTALL.md

[fix] install this plugin aside other plugins
This commit is contained in:
keskinsaf 2021-03-08 14:44:01 +03:00 committed by GitHub
parent ae315ded4d
commit 9ad305c906
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@
2. Add the plugin to the list of plugins for Oh My Zsh to load (inside `~/.zshrc`):
```sh
plugins=(zsh-autosuggestions)
plugins=( [plugins...] zsh-autosuggestions)
```
3. Start a new terminal session.