summaryrefslogtreecommitdiff
path: root/plugins/brew
diff options
context:
space:
mode:
author13steinj <13steinj@users.noreply.github.com>2024-08-01 10:17:57 -0500
committerGitHub <noreply@github.com>2024-08-01 17:17:57 +0200
commitbc337e9a9e45d35d58d11c7ac2429ffc19cfbdd6 (patch)
treed69e2b924452935da7506d3b91a1d1285470b2b2 /plugins/brew
parent22bda7799b1e1500a701e1a55a189c77119e9e5f (diff)
downloadzsh-bc337e9a9e45d35d58d11c7ac2429ffc19cfbdd6.tar.gz
zsh-bc337e9a9e45d35d58d11c7ac2429ffc19cfbdd6.tar.bz2
zsh-bc337e9a9e45d35d58d11c7ac2429ffc19cfbdd6.zip
docs(brew): remove reference to bubc (#12592)
Diffstat (limited to 'plugins/brew')
-rw-r--r--plugins/brew/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/brew/README.md b/plugins/brew/README.md
index c952bfdb9..fccda65b9 100644
--- a/plugins/brew/README.md
+++ b/plugins/brew/README.md
@@ -46,7 +46,6 @@ the `brew` binary before sourcing `oh-my-zsh.sh` and it'll set up the environmen
| `bsr` | `brew services run` | Run the service without registering to launch at login (or boot). |
| `bsra` | `bsr --all` | Run all stopped services. |
| `bu` | `brew update` | Update brew and all installed formulae. |
-| `bubc` | `brew upgrade && brew cleanup` | Upgrade outdated formulae and casks, then run cleanup. |
| `bubo` | `brew update && brew outdated` | Update Homebrew data, then list outdated formulae and casks. |
| `bubu` | `bubo && bup` | Do the last two operations above. |
| `bugbc` | `brew upgrade --greedy && brew cleanup` | Upgrade outdated formulae and casks (greedy), then run cleanup. |