1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 15:30:40 +01:00
Files
oh-my-zsh/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