Skip to content

Commit

Permalink
removed --all from brew update alias
Browse files Browse the repository at this point in the history
  • Loading branch information
pszaro committed Dec 1, 2016
1 parent df7867d commit 0a36a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home_files/.bash/aliases.sh.tt
Expand Up @@ -55,7 +55,7 @@ alias hbu="brew uninstall"
alias hbl="brew list"
alias hbs="brew search"
alias hbsw="brew switch"
alias hbup="brew update --all"
alias hbup="brew update"
alias hbug="brew upgrade --all"
alias hbp="brew pin"
alias hbpu="brew unpin"
Expand Down

0 comments on commit 0a36a29

Please sign in to comment.