mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Added brew cask update
This commit is contained in:
parent
9d1dd24e35
commit
7dab4f07e6
2 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ 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'
|
||||
|
||||
if command mkdir "$ZSH_CACHE_DIR/.brew-completion-message" 2>/dev/null; then
|
||||
print -P '%F{yellow}'Oh My Zsh brew plugin:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue