Browse code

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

Pat Regan authored on 27/04/2011 at 23:46:23
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,4 +0,0 @@
1
-# add redis completion function to path
2
-fpath=($ZSH/plugins/redis-cli $fpath)
3
-autoload -U compinit
4
-compinit -i