Add alias of bundle clean

master
Satoshi Ohmori 11 years ago
parent 140034605e
commit d60d4f68aa
  1. 1
      plugins/bundler/bundler.plugin.zsh

@ -4,6 +4,7 @@ alias bp="bundle package"
alias bo="bundle open"
alias bu="bundle update"
alias bi="bundle_install"
alias bcn="bundle clean"
bundled_commands=(
annotate

Loading…
Cancel
Save