mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Add brew services completion and updated to upstream
This commit is contained in:
parent
baa7e335c0
commit
bbf85b35c4
1 changed files with 5 additions and 2 deletions
|
|
@ -1,7 +1,10 @@
|
|||
#compdef brew
|
||||
#autoload
|
||||
|
||||
# imported from the latest homebrew contributions
|
||||
# Brew ZSH completion function
|
||||
# Drop this somewhere in your $fpath (like /usr/share/zsh/site-functions)
|
||||
# and rename it _brew
|
||||
#
|
||||
# altered from _fink
|
||||
|
||||
_brew_all_formulae() {
|
||||
formulae=(`brew search`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue