1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-20 21:33:29 +02:00
Commit Graph

38 Commits

Author SHA1 Message Date
Sassan torabkheslat 47e990ccad feat(brew): add aliases for reinstall and HEAD install (#13446)
Add new aliases:
- br: brew reinstall
- bih: brew install --HEAD
- brh: brew reinstall --HEAD
2026-01-18 09:48:55 -08:00
Conor Meagher 7b516064ec feat(brew): add three more aliases (#13285) 2025-09-06 13:49:07 +08:00
Alexander Cyon d78275fdbb chore: fix typos (#12647) 2024-09-01 21:01:27 +02:00
Philip H. e83c10e0a0 chore(brew): duplicated alias (#12596) 2024-08-04 12:58:43 +02:00
Marc Cornellà 0a9a80a524 fix(brew): rename bc alias to bcn to avoid conflict with command (#12582)
Fixes #12582
2024-07-27 16:44:20 +02:00
Philip H 64c2c049aa feat(brew): add brew autoremove alias (#12574)
Closes #12574
2024-07-24 12:49:49 +02:00
Martin Beentjes 9a0e4f0aca feat(brew): add brew install alias (#10660)
Closes #10660
2024-07-24 12:49:49 +02:00
Celestino Gomes 8b6f0b1dfb feat(brew): add aliases for brew services (#10215)
Closes #10215

Co-authored-by: Marc Cornellà <marc@mcornella.com>
2024-07-24 12:49:44 +02:00
Alessandro Agnelli 944203aee3 feat(brew): add aliases for cask and other commands (#8882)
Fixes #8871

Co-authored-by: Marc Cornellà <marc@mcornella.com>
2024-07-24 12:49:19 +02:00
Katrin Leinweber 51d71e650c feat(brew)!: add brew upgrade alias (#7536)
BREAKING CHANGE: the `bubc` alias has been removed, as `brew cleanup`
is performed automatically. Instead, the `bup` alias is added to just
run `brew upgrade`.

See https://brew.sh/2019/02/02/homebrew-2.0.0

Closes #7536
2024-07-24 12:00:59 +02:00
Markus Hofbauer bebd9ea59f chore(brew): remove duplicated alias (#12192) 2024-02-03 10:18:33 +01:00
Carlo Sala 7e4c26860d feat(brew): add support for custom BREW_LOCATION
Fixes #11888

Co-authored-by: Matt Cable <github@curiousstranger.org>
2023-09-13 10:48:41 +02:00
Oleg Voronkovich 14f0f2971f feat(brew): autoconfigure completions (#11152) 2023-06-15 11:01:02 +02:00
Carlo Sala f1a800067f fix(brew)!: rename buf alias to bfu
BREAKING CHANGE: rename `buf` alias to `bfu` to avoid conflicts with
protobuf tool
2023-01-19 12:20:44 +01:00
F. Javier Campa L fc86a16255 feat(homebrew): Brew greedy upgrade aliases (#9623)
* 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 19:07:41 +00:00
Sung kyung Park 746424f161 feat(homebrew): Adding new alias for brew uninstall --zap as buz closes #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>
2023-01-09 19:02:44 +00:00
Qin Li 5ddb589011 fix(brew): suppress error message of brew cask on Linux (#11302) 2022-11-03 18:32:01 +01:00
tmoschou c7c0a8917b fix(brew): do not source brew shellenv if already on path (#11167) 2022-10-14 20:27:42 +02:00
Carlo Sala d2dc3bd2da feat(brew): run brew shellenv command at plugin load (#10874) 2022-07-12 18:40:39 +02:00
Ming Aldrich-Gan 904f8685f7 feat(brew): improve brews list layout (#10135)
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">
2021-12-17 16:15:39 -08:00
Josh E. Roberts a251233bec fix(brew)!: update bcubc alias to use brew upgrade --cask (#9501)
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-12-30 19:56:56 +01:00
Pierre-Luc Paour cd7162f3d1 brew: add alias for brew to avoid upgrading casks (#9280) 2020-09-28 22:24:31 +02:00
Alessandro 2bc1da7f37 brew: replace deprecated brew cask outdated command (#9253) 2020-09-14 20:32:23 +02:00
Marc Cornellà f7dd3d1f07 brew: remove completion deprecation notice and fix README 2020-05-26 17:36:55 +02:00
pahakalle 7dab4f07e6 Added brew cask update 2019-01-20 04:24:52 +02:00
Aiden 5cc6de67bd Update brew.plugin.zsh (#6947)
add aliases for `brew pin` and `brew list --pinned`
2018-08-29 11:53:24 -07:00
Marc Cornellà 62b0abdb6e brew: fix disclaimer shown if mkdir is aliased
Fixes #5623.
2016-11-11 15:20:11 +01:00
Marc Cornellà 0ee89d965e Add brew completion missing disclaimer 2016-10-25 07:17:29 +02:00
Nicolas Brousse 7416018d1c Create new aliases for homebrew plugin 2015-05-31 19:34:01 +02:00
Nicolas Brousse 877d55ce92 Update brew.plugin.zsh
Add `brew cleanup` command to `bubu` alias
2014-07-20 13:33:26 +02:00
Nicolas Brousse 73bf940c34 Update brew.plugin.zsh 2014-04-23 19:44:59 +02:00
Andrew Hodges 1e3b441ce7 Rollback of Pull #366
sorin-ionescu had some good points.
2011-05-30 10:09:00 -04:00
Andrew Hodges e263f1f005 Brew Plugin
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-05-28 10:57:48 -04:00
Pat Regan 6bf906a262 Optimize plugin loading so that only one call to compinit is required 2011-04-12 17:41:09 -04:00
Pat Regan 993e05da50 Replace redundant calls to compinit with a single call. 2011-04-08 10:12:22 -04:00
Daniel Schauenberg 7936bbbd5a adapt brew,gem,pip plugin to new structure 2010-10-01 10:59:48 +02:00
Daniel Schauenberg d340bfab33 Merge remote branch 'origin/master' into restructure_plugins 2010-10-01 10:55:44 +02:00
Robby Russell 26d97a9355 Reorganizing plugins so that each plugin has it's own directory now so that any plugin-specific functions can be bundled within there. 2010-09-30 21:34:06 -07:00