Skip to content

Commit

Permalink
module(homebrew): add outdated options for cask and brew commands
Browse files Browse the repository at this point in the history
  • Loading branch information
koalabz authored and indrajitr committed Jul 19, 2017
1 parent cb4be65 commit 46e34d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/homebrew/init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ alias brewl='brew list'
alias brews='brew search'
alias brewu='brew update && brew upgrade'
alias brewx='brew remove'
alias brewo='brew outdated'

# Homebrew Cask
alias cask='brew cask'
Expand All @@ -31,3 +32,4 @@ alias caski='brew cask install'
alias caskl='brew cask list'
alias casks='brew cask search'
alias caskx='brew cask uninstall'
alias casko='brew cask outdated'

0 comments on commit 46e34d3

Please sign in to comment.