Update README.md

This commit is contained in:
Jonas Gröger 2016-06-27 14:56:08 +02:00 committed by GitHub
parent 551934dee2
commit 644caff81f
1 changed files with 2 additions and 2 deletions

View File

@ -50,10 +50,10 @@ If you use [oh-my-zsh][] then just clone the repository inside your oh-my-zsh re
git clone https://github.com/zsh-users/zsh-completions ~/.oh-my-zsh/custom/plugins/zsh-completions
```
and enable it in your `.zshrc`:
and enable it in your `.zshrc` by adding it to your plugin list and reloading the completion:
```zsh
plugins+=(zsh-completions)
plugins=(zsh-completions)
autoload -U compinit && compinit
```