diff options
author | pahakalle <pahakalle@protonmail.ch> | 2019-01-20 04:24:52 +0200 |
---|---|---|
committer | pahakalle <pahakalle@protonmail.ch> | 2019-01-20 04:24:52 +0200 |
commit | 7dab4f07e614ad2ebeabb4f3de0bbacb67317540 (patch) | |
tree | 6db5ae28594241787219d5e58d94886940d1870d /plugins/brew/README.md | |
parent | 9d1dd24e3568ebbcce093bb351ea776a0bf2c0ff (diff) | |
download | zsh-7dab4f07e614ad2ebeabb4f3de0bbacb67317540.tar.gz zsh-7dab4f07e614ad2ebeabb4f3de0bbacb67317540.tar.bz2 zsh-7dab4f07e614ad2ebeabb4f3de0bbacb67317540.zip |
Added brew cask update
Diffstat (limited to 'plugins/brew/README.md')
-rw-r--r-- | plugins/brew/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/brew/README.md b/plugins/brew/README.md index aab55ea39..c129a7652 100644 --- a/plugins/brew/README.md +++ b/plugins/brew/README.md @@ -17,3 +17,5 @@ plugins=(... brew) | bubo | `brew update && brew outdated` | Fetch the newest version of Homebrew and all formulae, then list outdated formulae. | | bubc | `brew upgrade && brew cleanup` | Upgrade outdated, unpinned brews (with existing install options), then removes stale lock files and outdated downloads for formulae and casks, and removes old versions of installed formulae. | | bubu | `bubo && bubc` | Updates Homebrew, lists outdated formulae, upgrades oudated and unpinned formulae, and removes stale and outdated downloads and versions. | +| bcubo | `brew update && brew cask outdated` | Fetch the newest version of Homebrew and all formulae, then list outdated casks. | +| bcubc | `brew cask reinstall $(brew cask outdated) && brew cleanup` | Updates outdated casks, then runs cleanup. |
\ No newline at end of file |