Merge branch 'master' into develop

This commit is contained in:
Eric Freese
2018-11-10 13:43:47 -07:00
2 changed files with 87 additions and 1 deletions

View File

@@ -34,7 +34,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)