diff options
author | Marc Cornellà <marc.cornella@live.com> | 2019-10-07 17:25:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-07 17:25:44 +0200 |
commit | a9d382a297560647be79070349ac34a66101b9c8 (patch) | |
tree | 5d1a74eddd5a8a5b91df07a1bc64e19447667379 /plugins | |
parent | e1cb349ffe411b6de2fef696885ec687853d152f (diff) | |
download | zsh-a9d382a297560647be79070349ac34a66101b9c8.tar.gz zsh-a9d382a297560647be79070349ac34a66101b9c8.tar.bz2 zsh-a9d382a297560647be79070349ac34a66101b9c8.zip |
Small changes
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/redis-cli/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/redis-cli/README.md b/plugins/redis-cli/README.md index 64956df13..bb6e94a0f 100644 --- a/plugins/redis-cli/README.md +++ b/plugins/redis-cli/README.md @@ -1,12 +1,13 @@ # Redis-CLI -This plugin adds [redis-cli](https://redis.io/topics/rediscli) completion, based off homebrew completion +This plugin adds [redis-cli](https://redis.io/topics/rediscli) completion, based off of Homebrew completion. To use it, add `redis-cli` to the plugins array in your zshrc file: ```zsh plugins=(... redis-cli) ``` + ## Requirements In order to make this work, you will need to have redis installed. |