Browse Source

Update INSTALL.md

[fix] install this plugin aside other plugins
pull/588/head
keskinsaf 3 years ago
committed by GitHub
parent
commit
9ad305c906
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      INSTALL.md

+ 1
- 1
INSTALL.md 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.

Loading…
Cancel
Save