This repository has been archived on 2022-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
prezto/plugins/redis-cli/redis-cli.plugin.zsh
2011-04-14 16:22:18 -07:00

5 lines
111 B
Bash

# add redis completion function to path
fpath=($ZSH/plugins/redis-cli $fpath)
autoload -U compinit
compinit -i