mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 22:00:08 +00:00
Merge pull request #3852 from sachin21/add_alias_of_bundle_clean
Add alias of bundle clean
This commit is contained in:
commit
8921902388
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ alias bp="bundle package"
|
||||||
alias bo="bundle open"
|
alias bo="bundle open"
|
||||||
alias bu="bundle update"
|
alias bu="bundle update"
|
||||||
alias bi="bundle_install"
|
alias bi="bundle_install"
|
||||||
|
alias bcn="bundle clean"
|
||||||
|
|
||||||
bundled_commands=(
|
bundled_commands=(
|
||||||
annotate
|
annotate
|
||||||
|
|
Loading…
Reference in a new issue