Browse Source

Merge pull request #3852 from sachin21/add_alias_of_bundle_clean

Add alias of bundle clean
Robby Russell 9 years ago
parent
commit
8921902388
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