1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 23:40:39 +01:00

redis-cli completion plugin

This commit is contained in:
alexandru
2011-04-14 16:22:18 -07:00
parent 971b071dc6
commit 14f07ebc68
2 changed files with 146 additions and 0 deletions

View File

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