redis-cli.plugin.zsh 111 Bytes
Newer Older
alexandru's avatar
alexandru committed
1
2
3
4
# add redis completion function to path
fpath=($ZSH/plugins/redis-cli $fpath)
autoload -U compinit
compinit -i