Commit 5cc6de67 authored by Aiden's avatar Aiden Committed by Robby Russell
Browse files

Update brew.plugin.zsh (#6947)

add aliases for `brew pin` and `brew list --pinned`
parent 39221643
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'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment