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

5 lines
111 B
Bash
Raw Normal View History

2011-04-14 19:22:18 -04:00
# add redis completion function to path
fpath=($ZSH/plugins/redis-cli $fpath)
autoload -U compinit
compinit -i