Update INSTALL.md

I lost myself in the internet abyss because of this imprecision. It might be helpful for the new noob trying to install that great tweak. :)
This commit is contained in:
amehmeto 2018-07-03 04:25:20 +02:00 committed by GitHub
parent d7c796719e
commit 2d0ae6044c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
```
2. Add the plugin to the list of plugins for Oh My Zsh to load:
2. Add the plugin to the list of plugins for Oh My Zsh to load (inside `~/.zshrc`):
```sh
plugins=(zsh-autosuggestions)