diff options
author | Thomas Kriechbaumer <kriechbaumer@gmail.com> | 2014-07-04 14:33:24 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <kriechbaumer@gmail.com> | 2014-07-15 16:42:23 +0200 |
commit | f8ea9270ebcb012aee8e0691e5ab2fc700e56492 (patch) | |
tree | 3276030fcdf4029b0e45aef4ba71e447d5199c41 | |
parent | fdbfd410907c30c28184a339323fd5703cbd2309 (diff) | |
download | zsh-f8ea9270ebcb012aee8e0691e5ab2fc700e56492.tar.gz zsh-f8ea9270ebcb012aee8e0691e5ab2fc700e56492.tar.bz2 zsh-f8ea9270ebcb012aee8e0691e5ab2fc700e56492.zip |
remove berkshelf from bundler-commands
fixes #2076
-rw-r--r-- | plugins/bundler/bundler.plugin.zsh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/bundler/bundler.plugin.zsh b/plugins/bundler/bundler.plugin.zsh index cd54ad6fa..fd65ad568 100644 --- a/plugins/bundler/bundler.plugin.zsh +++ b/plugins/bundler/bundler.plugin.zsh @@ -7,7 +7,6 @@ alias bi="bundle_install" bundled_commands=( annotate - berks cap capify cucumber |