From b2e16bff2f4ddda488a72a8ca11f33e548eed2d4 Mon Sep 17 00:00:00 2001 From: conrmahr Date: Tue, 2 Sep 2025 11:42:19 -0500 Subject: [PATCH] fix: reorder alphabetic --- plugins/brew/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/brew/README.md b/plugins/brew/README.md index 2e23a72f1..89c902ee4 100644 --- a/plugins/brew/README.md +++ b/plugins/brew/README.md @@ -23,8 +23,8 @@ the `brew` binary before sourcing `oh-my-zsh.sh` and it'll set up the environmen | -------- | --------------------------------------- | --------------------------------------------------------------------- | | `ba` | `brew autoremove` | Uninstall unnecessary formulae. | | `bcfg` | `brew config` | Show Homebrew and system configuration info useful for debugging. | -| `bcin` | `brew install --cask` | Install the given cask. | | `bci` | `brew info --cask` | Display information about the given cask. | +| `bcin` | `brew install --cask` | Install the given cask. | | `bcl` | `brew list --cask` | List installed casks. | | `bcn` | `brew cleanup` | Run cleanup. | | `bco` | `brew outdated --cask` | Report all outdated casks. |