mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 23:08:00 +00:00
update brewu method
Homebrew decided to not change the behaviour of `brew upgrade` so `brew upgrade --all` is equivalent to `brew upgrade` without any other arguments (so the `--all` is a no-op and can be removed).
This commit is contained in:
parent
8820b71f37
commit
2ba060a426
@ -20,7 +20,7 @@ alias brewC='brew cleanup --force'
|
|||||||
alias brewi='brew install'
|
alias brewi='brew install'
|
||||||
alias brewl='brew list'
|
alias brewl='brew list'
|
||||||
alias brews='brew search'
|
alias brews='brew search'
|
||||||
alias brewu='brew update && brew upgrade --all'
|
alias brewu='brew update && brew upgrade'
|
||||||
alias brewx='brew remove'
|
alias brewx='brew remove'
|
||||||
|
|
||||||
# Homebrew Cask
|
# Homebrew Cask
|
||||||
|
Loading…
Reference in New Issue
Block a user