adapt brew,gem,pip plugin to new structure

This commit is contained in:
Daniel Schauenberg 2010-10-01 10:59:48 +02:00
parent d340bfab33
commit 7936bbbd5a
6 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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