Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
993e05da50543b9c2dcc5e4fedb93afd1c8b020c
993e05da50543b9c2dcc5e4fedb93afd1c8b020c
Switch branch/tag
oh-my-zsh
plugins
brew
brew.plugin.zsh
Find file
Normal view
History
Permalink
brew.plugin.zsh
72 Bytes
Edit
Web IDE
Newer
Older
fix problems with brew completion
Daniel Schauenberg
committed
Aug 20, 2010
1
# add brew completion function to path
adapt brew,gem,pip plugin to new structure
Daniel Schauenberg
committed
Oct 01, 2010
2
fpath
=(
$ZSH
/plugins/brew
$fpath
)