1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-12 18:30:40 +01:00

Add missing bundler aliases

Adam Henley
2019-07-03 13:28:00 +12:00
parent 418de8c357
commit 6f2129fa80

@@ -422,7 +422,7 @@ Enables aliases to [Bundler](http://gembundler.com/).
|:------|:------------------------------------------------------------| |:------|:------------------------------------------------------------|
| bcn | Bundle clean | | 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 --jobs=<cpu core count> |
| bl | Bundle list | | bl | Bundle list |
| bo | Bundle open | | bo | Bundle open |
| bout | Bundle outdated | | bout | Bundle outdated |