diff options
| author | nicoulaj <julien.nicoulaud@gmail.com> | 2016-07-18 19:25:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-18 19:25:02 +0200 |
| commit | 753ad965d3328a5b9e4deb0e09464a1d51c72d73 (patch) | |
| tree | 4c2032e659d57a8a6551d52d2b7135ab97f559d3 | |
| parent | #207: Add license header to @sorin-ionescu compdefs (diff) | |
| parent | Update README.md (diff) | |
| download | zsh-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ``` |
