Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
5cc6de67
Commit
5cc6de67
authored
Aug 30, 2018
by
Aiden
Committed by
Robby Russell
Aug 29, 2018
Browse files
Update brew.plugin.zsh (#6947)
add aliases for `brew pin` and `brew list --pinned`
parent
39221643
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/brew/brew.plugin.zsh
View file @
5cc6de67
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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment