mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
Updated Plugins (markdown)
@@ -420,8 +420,13 @@ Enables aliases to [Bundler](http://gembundler.com/).
|
|||||||
|
|
||||||
| Alias | Description |
|
| Alias | Description |
|
||||||
|:------|:------------------------------------------------------------|
|
|:------|:------------------------------------------------------------|
|
||||||
|
| bcn | Bundle clean |
|
||||||
| be | Bundle exec, execute a command in the context of the bundle |
|
| be | Bundle exec, execute a command in the context of the bundle |
|
||||||
| bi | Bundle install |
|
| bi | Bundle install |
|
||||||
|
| bl | Bundle list |
|
||||||
|
| bo | Bundle open |
|
||||||
|
| bout | Bundle outdated |
|
||||||
|
| bp | Bundle package |
|
||||||
| bu | Bundle update |
|
| 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`
|
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`
|
||||||
|
|||||||
Reference in New Issue
Block a user