diff options
author | Daniel Schauenberg <d@unwiredcouch.com> | 2010-09-01 13:07:11 +0200 |
---|---|---|
committer | Daniel Schauenberg <d@unwiredcouch.com> | 2010-09-01 13:07:11 +0200 |
commit | c96f5f78cbb95d29c712af173c5b9c630efcf710 (patch) | |
tree | bf0abd8f135fab87138cd1789ef1ecb2dff69a79 /plugins | |
parent | 99f159e0a7c63e6756f8e6e40691914da8f7a96c (diff) | |
download | zsh-c96f5f78cbb95d29c712af173c5b9c630efcf710.tar.gz zsh-c96f5f78cbb95d29c712af173c5b9c630efcf710.tar.bz2 zsh-c96f5f78cbb95d29c712af173c5b9c630efcf710.zip |
add gem completion function and plugin
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/gem.plugin.zsh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/gem.plugin.zsh b/plugins/gem.plugin.zsh new file mode 100644 index 000000000..0b6ef3c86 --- /dev/null +++ b/plugins/gem.plugin.zsh @@ -0,0 +1,4 @@ +# add brew completion function to path +fpath=($ZSH/functions/gem $fpath) +autoload -U compinit +compinit -i |