fix: reorder alphabetic

This commit is contained in:
conrmahr 2025-09-02 11:42:19 -05:00
commit b2e16bff2f

View file

@ -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. | | `ba` | `brew autoremove` | Uninstall unnecessary formulae. |
| `bcfg` | `brew config` | Show Homebrew and system configuration info useful for debugging. | | `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. | | `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. | | `bcl` | `brew list --cask` | List installed casks. |
| `bcn` | `brew cleanup` | Run cleanup. | | `bcn` | `brew cleanup` | Run cleanup. |
| `bco` | `brew outdated --cask` | Report all outdated casks. | | `bco` | `brew outdated --cask` | Report all outdated casks. |