Skip to content

Commit

Permalink
Consolidate brew update and upgrade aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
sorin-ionescu committed May 27, 2015
1 parent 1594188 commit 904c944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions modules/homebrew/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Aliases
- `brewi` installs a formula.
- `brewl` lists installed formulae.
- `brews` searches for a formula.
- `brewU` upgrades Homebrew and outdated brews.
- `brewu` upgrades Homebrew.
- `brewu` updates Homebrew and formulae.
- `brewx` uninstalls a formula.

### Homebrew Cask
Expand Down
3 changes: 1 addition & 2 deletions modules/homebrew/init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ alias brewC='brew cleanup --force'
alias brewi='brew install'
alias brewl='brew list'
alias brews='brew search'
alias brewu='brew upgrade'
alias brewU='brew update && brew upgrade'
alias brewu='brew update && brew upgrade --all'
alias brewx='brew remove'

# Homebrew Cask
Expand Down

0 comments on commit 904c944

Please sign in to comment.