redis-cli.plugin.zsh removed, adding to the fpath isn't needed now

This commit is contained in:
Pat Regan 2011-04-27 19:46:23 -04:00
parent 84405c5b4b
commit b003fc59a4

View file

@ -1,4 +0,0 @@
# add redis completion function to path
fpath=($ZSH/plugins/redis-cli $fpath)
autoload -U compinit
compinit -i