mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 16:18:00 +00:00
homebrew: add alias brewL
This commit is contained in:
parent
6d65cb4176
commit
ed6303c340
@ -19,6 +19,7 @@ Aliases
|
||||
|
||||
- `brewc` cleans outdated brews and their cached archives.
|
||||
- `brewi` installs a formula.
|
||||
- `brewL` lists installed formulae that are not dependencies of another installed formula.
|
||||
- `brewl` lists installed formulae.
|
||||
- `brewo` lists brews which have an update available.
|
||||
- `brews` searches for a formula.
|
||||
|
@ -28,6 +28,7 @@ fi
|
||||
# Homebrew
|
||||
alias brewc='brew cleanup'
|
||||
alias brewi='brew install'
|
||||
alias brewL='brew leaves'
|
||||
alias brewl='brew list'
|
||||
alias brewo='brew outdated'
|
||||
alias brews='brew search'
|
||||
|
Loading…
Reference in New Issue
Block a user