This repository has been archived on 2022-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
prezto/plugins/brew.plugin.zsh
Daniel Schauenberg 688e9c7ffd fix problems with brew completion
- update plugin architecture
- completion function in $ZSH/functions/brew
- plugins/brew.plugin.zsh only activates
2010-08-20 18:55:30 +02:00

5 lines
107 B
Bash

# add brew completion function to path
fpath=($ZSH/functions/brew $fpath)
autoload -U compinit
compinit -i