1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-09-21 00:32:39 +00:00
prezto/plugins/redis-cli/redis-cli.plugin.zsh
2011-04-14 16:22:18 -07:00

5 lines
111 B
Bash

# add redis completion function to path
fpath=($ZSH/plugins/redis-cli $fpath)
autoload -U compinit
compinit -i