Commit d60d4f68 authored by Satoshi Ohmori's avatar Satoshi Ohmori
Browse files

Add alias of bundle clean

parent 14003460
...@@ -4,6 +4,7 @@ alias bp="bundle package" ...@@ -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
......
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