Browse Source

Add alias of bundle clean

Satoshi Ohmori 10 years ago
parent
commit
d60d4f68aa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/bundler/bundler.plugin.zsh

+ 1 - 0
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