1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-09-21 02:52:38 +00:00
prezto/plugins/redis-cli/redis-cli.plugin.zsh

5 lines
111 B
Bash
Raw Normal View History

2011-04-14 23:22:18 +00:00
# add redis completion function to path
fpath=($ZSH/plugins/redis-cli $fpath)
autoload -U compinit
compinit -i