mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Remove upstream boilerplate
This commit is contained in:
parent
de56f1828b
commit
3d689a414e
1 changed files with 3 additions and 6 deletions
|
|
@ -1,10 +1,7 @@
|
||||||
#compdef brew
|
#compdef brew
|
||||||
|
#autoload
|
||||||
|
|
||||||
# Brew ZSH completion function
|
# imported from the latest homebrew contributions
|
||||||
# Drop this somewhere in your $fpath (like /usr/share/zsh/site-functions)
|
|
||||||
# and rename it _brew
|
|
||||||
#
|
|
||||||
# altered from _fink
|
|
||||||
|
|
||||||
_brew_all_formulae() {
|
_brew_all_formulae() {
|
||||||
formulae=(`brew search`)
|
formulae=(`brew search`)
|
||||||
|
|
@ -127,4 +124,4 @@ case "$words[1]" in
|
||||||
upgrade)
|
upgrade)
|
||||||
_brew_outdated_formulae
|
_brew_outdated_formulae
|
||||||
_wanted outdated_formulae expl 'outdated formulae' compadd -a outdated_formulae ;;
|
_wanted outdated_formulae expl 'outdated formulae' compadd -a outdated_formulae ;;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue