mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 08:20:09 +00:00
8 lines
314 B
Bash
8 lines
314 B
Bash
alias brewp='brew pin'
|
|
alias brews='brew list -1'
|
|
alias brewsp='brew list --pinned'
|
|
alias bubo='brew update && brew outdated'
|
|
alias bubc='brew upgrade && brew cleanup'
|
|
alias bubu='bubo && bubc'
|
|
alias bcubo='brew update && brew cask outdated'
|
|
alias bcubc='brew cask reinstall $(brew cask outdated) && brew cleanup'
|