my xfce4 dotfiles

15 lines
384 B

3 years ago
  1. # Redis-CLI
  2. This plugin adds [redis-cli](https://redis.io/topics/rediscli) completion, based off of Homebrew completion.
  3. To use it, add `redis-cli` to the plugins array in your zshrc file:
  4. ```zsh
  5. plugins=(... redis-cli)
  6. ```
  7. ## Requirements
  8. In order to make this work, you will need to have redis installed.
  9. More info on the usage and install: https://redis.io/topics/quickstart