mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
8 lines
318 B
Bash
8 lines
318 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 outdated --cask'
|
|
alias bcubc='brew cask reinstall $(brew outdated --cask) && brew cleanup'
|