mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
Merge pull request #3945 from nicolas-brousse/homebrew-plugin
Create new aliases for homebrew plugin
This commit is contained in:
commit
da2109211d
1 changed files with 3 additions and 1 deletions
|
@ -1,2 +1,4 @@
|
|||
alias brews='brew list -1'
|
||||
alias bubu="brew update && brew upgrade && brew cleanup"
|
||||
alias bubo='brew update && brew outdated'
|
||||
alias bubc='brew upgrade && brew cleanup'
|
||||
alias bubu='bubo && bubc'
|
||||
|
|
Loading…
Reference in a new issue