@@ -10,16 +10,16 @@ plugins=(... brew)
10
10
11
11
## Aliases
12
12
13
- | Alias | Command | Description |
14
- | ----------| -------------------------------------------------------------| ---------------------------------------------------------------------|
15
- | ` brewp ` | ` brew pin ` | Pin a specified formula so that it's not upgraded. |
16
- | ` brews ` | ` brew list -1 ` | List installed formulae or the installed files for a given formula. |
17
- | ` brewsp ` | ` brew list --pinned ` | List pinned formulae, or show the version of a given formula. |
18
- | ` bubo ` | ` brew update && brew outdated ` | Update Homebrew and all formulae, then list outdated formulae. |
19
- | ` bubc ` | ` brew upgrade && brew cleanup ` | Upgrade outdated formulae, then run cleanup. |
20
- | ` bubu ` | ` bubo && bubc ` | Do the last two operations above. |
21
- | ` bcubo ` | ` brew update && brew cask outdated ` | Update Homebrew and alll formulae, then list outdated casks. |
22
- | ` bcubc ` | ` brew cask reinstall $(brew cask outdated) && brew cleanup ` | Update outdated casks, then run cleanup. |
13
+ | Alias | Command | Description |
14
+ | ----------| ------------------------------------------------------------- | ---------------------------------------------------------------------|
15
+ | ` brewp ` | ` brew pin ` | Pin a specified formula so that it's not upgraded. |
16
+ | ` brews ` | ` brew list -1 ` | List installed formulae or the installed files for a given formula. |
17
+ | ` brewsp ` | ` brew list --pinned ` | List pinned formulae, or show the version of a given formula. |
18
+ | ` bubo ` | ` brew update && brew outdated ` | Update Homebrew and all formulae, then list outdated formulae. |
19
+ | ` bubc ` | ` brew upgrade && brew cleanup ` | Upgrade outdated formulae, then run cleanup. |
20
+ | ` bubu ` | ` bubo && bubc ` | Do the last two operations above. |
21
+ | ` bcubo ` | ` brew update && brew outdated --cask ` | Update Homebrew and all formulae, then list outdated casks. |
22
+ | ` bcubc ` | ` brew cask reinstall $(brew outdated --cask ) && brew cleanup ` | Update outdated casks, then run cleanup. |
23
23
24
24
## Completion
25
25
0 commit comments