Merge pull request #813 from vovinacci/remove_brew_prune

zsh: Remove deprecated 'brew prune' command from alias
This commit is contained in:
Luiz Gonzaga dos Santos Filho
2019-02-05 10:20:23 -08:00
committed by GitHub

View File

@@ -210,4 +210,4 @@ alias dbmd='spring rake db:migrate:down'
alias dbmu='spring rake db:migrate:up'
# Homebrew
alias brewu='brew update && brew upgrade && brew cleanup && brew prune && brew doctor'
alias brewu='brew update && brew upgrade && brew cleanup && brew doctor'