1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-26 07:40:07 +00:00
ohmyzsh/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