This website requires JavaScript.
Explore
Help
Sign In
adam
/
prezto
Archived
Watch
1
Star
0
Fork
0
You've already forked prezto
Code
Issues
Pull Requests
Releases
Wiki
Activity
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.
782883b5d8
prezto
/
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 12:55:30 -04:00
# add brew completion function to path
adapt brew,gem,pip plugin to new structure
2010-10-01 04:59:48 -04:00
fpath
=
(
$ZSH
/plugins/brew
$fpath
)
Reference in New Issue
Copy Permalink