Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-13 | feat(brew): add support for custom `BREW_LOCATION` | Carlo Sala | |
Fixes #11888 Co-authored-by: Matt Cable <github@curiousstranger.org> | |||
2023-06-15 | feat(brew): autoconfigure completions (#11152) | Oleg Voronkovich | |
2023-01-19 | fix(brew)!: rename `buf` alias to `bfu` | Carlo Sala | |
BREAKING CHANGE: rename `buf` alias to `bfu` to avoid conflicts with protobuf tool | |||
2023-01-09 | feat(homebrew): Brew greedy upgrade aliases (#9623) | F. Javier Campa L | |
* Added 'greedy' brew upgrade aliases' * Added a description of the new 'greedy' upgrade aliases Co-authored-by: Robby Russell <robby@planetargon.com> | |||
2023-01-09 | feat(homebrew): Adding new alias for brew uninstall --zap as buz closes ↵ | Sung kyung Park | |
#10329 (#10331) * Adding new alias for brew uninstall --zap as buz * Closes #10329 * add buz * closes #10329 * Fix typo * Closes ohmyzsh#10329 * Closes ohmyzsh#10329 Co-authored-by: Sung <sungkyungpark@bol.com> Co-authored-by: Robby Russell <robby@planetargon.com> | |||
2022-11-03 | fix(brew): suppress error message of brew cask on Linux (#11302) | Qin Li | |
2022-10-14 | fix(brew): do not source `brew shellenv` if already on path (#11167) | tmoschou | |
2022-07-12 | feat(brew): run `brew shellenv` command at plugin load (#10874) | Carlo Sala | |
2021-12-17 | feat(brew): improve `brews` list layout (#10135) | Ming Aldrich-Gan | |
This is an improvement (in my opinion) to the `brews` command that prints each leaf formula (in white), followed by its dependencies (in blue), on each line. Compared to the existing flat list of formulae, the new layout is both more compact and more informative, by differentiating leaves from dependencies at a glance. Screenshot: <img width="530" src="https://user-images.githubusercontent.com/1753319/130641713-b78535c9-e3f5-4dbb-80f8-22bc00e1129d.png"> | |||
2020-12-30 | fix(brew)!: update `bcubc` alias to use `brew upgrade --cask` (#9501) | Josh E. Roberts | |
BREAKING CHANGE: changes deprecated `brew cask reinstall $(...)` alias to use `brew upgrade --cask` instead. If you don't have this command, run `brew update` to get the latest Homebrew CLI version. Co-authored-by: jakepez <jake@findjake.com> | |||
2020-09-28 | brew: add alias for brew to avoid upgrading casks (#9280) | Pierre-Luc Paour | |
2020-09-14 | brew: replace deprecated brew cask outdated command (#9253) | Alessandro | |
2020-05-26 | brew: remove completion deprecation notice and fix README | Marc Cornellà | |
2019-01-20 | Added brew cask update | pahakalle | |
2018-08-29 | Update brew.plugin.zsh (#6947) | Aiden | |
add aliases for `brew pin` and `brew list --pinned` | |||
2016-11-11 | brew: fix disclaimer shown if mkdir is aliased | Marc Cornellà | |
Fixes #5623. | |||
2016-10-25 | Add brew completion missing disclaimer | Marc Cornellà | |
2015-05-31 | Create new aliases for homebrew plugin | Nicolas Brousse | |
2014-07-20 | Update brew.plugin.zsh | Nicolas Brousse | |
Add `brew cleanup` command to `bubu` alias | |||
2014-04-23 | Update brew.plugin.zsh | Nicolas Brousse | |
2011-05-30 | Rollback of Pull #366 | Andrew Hodges | |
sorin-ionescu had some good points. | |||
2011-05-28 | Brew Plugin | Andrew Hodges | |
Merge completion with official brew completion. Add a helper to link official completion into oh-my-zsh plugin (without overwriting). Add an alias to list installed brews. Add brews to the path (in a somewhat strange way). | |||
2011-04-12 | Optimize plugin loading so that only one call to compinit is required | Pat Regan | |
2011-04-08 | Replace redundant calls to compinit with a single call. | Pat Regan | |
2010-10-01 | adapt brew,gem,pip plugin to new structure | Daniel Schauenberg | |
2010-10-01 | Merge remote branch 'origin/master' into restructure_plugins | Daniel Schauenberg | |
2010-09-30 | Reorganizing plugins so that each plugin has it's own directory now so that ↵ | Robby Russell | |
any plugin-specific functions can be bundled within there. |