Commit 692dca07 authored by Stephen Zhuang's avatar Stephen Zhuang
Browse files

Add new plugin to autocomplete fabric commands

parent fbf82ae6
#compdef fab
_fab_list() {
reply=(`fab --shortlist`)
}
compctl -K _fab_list fab
# DECLARION: This plugin was created by kennethreitz. What I did is just making a portal from https://github.com/kennethreitz-archive/fabric-zsh-completion.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment