[infinispan-dev] Branch completion in zsh for remove_topic_branch

Dan Berindei dan.berindei at gmail.com
Thu Jan 31 12:37:59 EST 2013


Hi guys

I hated the fact that I didn't have branch name completions for
remove_topic_branch in zsh, so I wrote an auto-completion script for it:
https://github.com/danberindei/scripts/blob/master/zsh/_remove_topic_branch

Just save it to any directory and then add the directory to fpath in your
.zshrc/.zshenv, like this:

fpath=( $fpath <dir> )

or like this

FPATH=$FPATH:<dir>


Hope this helps.

Cheers
Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/infinispan-dev/attachments/20130131/a23364b3/attachment.html 


More information about the infinispan-dev mailing list