From 6f2129fa80dfa8d6313941285490eaa869c2358e Mon Sep 17 00:00:00 2001 From: Adam Henley Date: Wed, 3 Jul 2019 13:28:00 +1200 Subject: [PATCH] Add missing bundler aliases --- Plugins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins.md b/Plugins.md index ee96d6c..77503f6 100644 --- a/Plugins.md +++ b/Plugins.md @@ -422,11 +422,11 @@ Enables aliases to [Bundler](http://gembundler.com/). |:------|:------------------------------------------------------------| | bcn | Bundle clean | | be | Bundle exec, execute a command in the context of the bundle | -| bi | Bundle install | +| bi | Bundle install --jobs= | | bl | Bundle list | | bo | Bundle open | | bout | Bundle outdated | -| bp | Bundle package | +| bp | Bundle package | | bu | Bundle update | Also creates shell aliases so you don't have to type "bundle exec" before most common ruby commands when you are in a directory with a Gemfile. Here is a [list of commands](https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/bundler/bundler.plugin.zsh#L9) it does this for: `annotate cap capify cucumber ey foreman guard heroku middleman nanoc rackup rainbows rails rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails`