aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicoulaj <julien.nicoulaud@gmail.com>2016-07-18 19:25:02 +0200
committerGitHub <noreply@github.com>2016-07-18 19:25:02 +0200
commit753ad965d3328a5b9e4deb0e09464a1d51c72d73 (patch)
tree4c2032e659d57a8a6551d52d2b7135ab97f559d3
parent#207: Add license header to @sorin-ionescu compdefs (diff)
parentUpdate README.md (diff)
downloadzsh-completions-753ad965d3328a5b9e4deb0e09464a1d51c72d73.tar
zsh-completions-753ad965d3328a5b9e4deb0e09464a1d51c72d73.tar.gz
zsh-completions-753ad965d3328a5b9e4deb0e09464a1d51c72d73.tar.bz2
zsh-completions-753ad965d3328a5b9e4deb0e09464a1d51c72d73.tar.lz
zsh-completions-753ad965d3328a5b9e4deb0e09464a1d51c72d73.tar.xz
zsh-completions-753ad965d3328a5b9e4deb0e09464a1d51c72d73.tar.zst
zsh-completions-753ad965d3328a5b9e4deb0e09464a1d51c72d73.zip
Merge pull request #429 from JonasGroeger/patch-1
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5682042..d65523b 100644
--- a/README.md
+++ b/README.md
@@ -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
```