1
0
Fork 0

adapt brew,gem,pip plugin to new structure

pull/4/head
Daniel Schauenberg 14 years ago
parent 6b2520f1e1
commit d3e391216f

@ -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

@ -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

@ -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
Loading…
Cancel
Save