This website requires JavaScript.
Explore
Help
Sign In
Customization
/
ohmyzsh
Watch
1
Star
0
Fork
You've already forked ohmyzsh
0
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced
2024-11-16 02:40:08 +00:00
Code
Releases
Activity
993e05da50
ohmyzsh
/
plugins
/
brew
/
brew.plugin.zsh
3 lines
72 B
Bash
Raw
Normal View
History
Unescape
Escape
fix problems with brew completion - update plugin architecture - completion function in $ZSH/functions/brew - plugins/brew.plugin.zsh only activates
2010-08-20 16:55:30 +00:00
# add brew completion function to path
adapt brew,gem,pip plugin to new structure
2010-10-01 08:59:48 +00:00
fpath
=
(
$ZSH
/plugins/brew
$fpath
)
Copy permalink