This website requires JavaScript.
Explore
Help
Sign In
shell-user
/
oh-my-zsh
Watch
1
Star
0
Fork
0
You've already forked oh-my-zsh
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced
2024-05-11 05:55:17 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
b6012bc2c32a124183d7c5713edee4e2341e1d3f
oh-my-zsh
/
plugins
/
brew
/
brew.plugin.zsh
3 lines
84 B
Bash
Raw
Normal View
History
Unescape
Escape
Brew Plugin Merge completion with official brew completion. Add a helper to link official completion into oh-my-zsh plugin (without overwriting). Add an alias to list installed brews. Add brews to the path (in a somewhat strange way).
2011-05-28 10:57:48 -04:00
alias
brews
=
'brew list -1'
Update brew.plugin.zsh Add `brew cleanup` command to `bubu` alias
2014-07-20 13:33:26 +02:00
alias
bubu
=
"brew update && brew upgrade && brew cleanup"
Reference in New Issue
Copy Permalink