From 644caff81f9adf8e8c58e22fa99ebacb49838549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Gr=C3=B6ger?= Date: Mon, 27 Jun 2016 14:56:08 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file 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 ```