add gem completion function and plugin

This commit is contained in:
Daniel Schauenberg 2010-09-01 13:07:11 +02:00
commit c96f5f78cb
2 changed files with 68 additions and 0 deletions

4
plugins/gem.plugin.zsh Normal file
View file

@ -0,0 +1,4 @@
# add brew completion function to path
fpath=($ZSH/functions/gem $fpath)
autoload -U compinit
compinit -i