Skip to content

Commit

Permalink
brew cask upgrade deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankatliarchuk committed Oct 11, 2020
1 parent 2af4e90 commit d809ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ command -v kubedecode > /dev/null && alias kd=kubedecode # https://github.com/m
command -v kubectx > /dev/null && alias kx=kubectx # https://github.com/ahmetb/kubectx

# Brewfile
alias brewup='brew cu --cleanup -y && brew update && brew upgrade && brew cask upgrade && brew cleanup'
alias brewup='brew cu --cleanup -y && brew update && brew upgrade && brew upgrade --casks && brew cleanup'

# Directory,File Folder Usage
alias d-usage="df -h"
Expand Down

0 comments on commit d809ec2

Please sign in to comment.