diff options
author | Marc Cornellà <marc.cornella@live.com> | 2016-03-30 03:19:14 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2016-03-30 03:19:14 +0200 |
commit | 8daa52d56c90587cbc132b1134c9813f56b7727b (patch) | |
tree | a529204b98b9cadf3f616de4aa546e8233960c2c /plugins/bundler/README.md | |
parent | 5365cca76a244c6e5780f1699287d31ba70b2a2a (diff) | |
parent | a6ad7a0c8d3a2d4be5ad0d70358c4bdbe47ace9b (diff) | |
download | zsh-8daa52d56c90587cbc132b1134c9813f56b7727b.tar.gz zsh-8daa52d56c90587cbc132b1134c9813f56b7727b.tar.bz2 zsh-8daa52d56c90587cbc132b1134c9813f56b7727b.zip |
Merge pull request #4809 from aried3r/patch-1
Add missing alias to README of bundler plugin
Diffstat (limited to 'plugins/bundler/README.md')
-rw-r--r-- | plugins/bundler/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/bundler/README.md b/plugins/bundler/README.md index edd95ccc2..04d551447 100644 --- a/plugins/bundler/README.md +++ b/plugins/bundler/README.md @@ -6,6 +6,7 @@ - `bl` aliased to `bundle list` - `bp` aliased to `bundle package` - `bo` aliased to `bundle open` + - `bout` aliased to `bundle outdated` - `bu` aliased to `bundle update` - `bi` aliased to `bundle install --jobs=<cpu core count>` (only for bundler `>= 1.4.0`) - adds a wrapper for common gems: |