0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
Commit graph

18 commits

Author SHA1 Message Date
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
Renamed from plugins/brew.plugin.zsh (Browse further)