1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

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 dc76c5694d
commit 57d699ee33

View file

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