Merge pull request #355 from amehmeto/patch-1

Update INSTALL.md
pull/382/head
Eric Freese 7 years ago committed by GitHub
commit ebaf409002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions 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 ```sh
plugins=(zsh-autosuggestions) plugins=(zsh-autosuggestions)

Loading…
Cancel
Save