mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 08:20:09 +00:00
Add bundle open alias, which open gem using EDITOR var
This commit is contained in:
parent
a738ca9b64
commit
0061dda057
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ alias bi="bundle install"
|
||||||
alias bl="bundle list"
|
alias bl="bundle list"
|
||||||
alias bu="bundle update"
|
alias bu="bundle update"
|
||||||
alias bp="bundle package"
|
alias bp="bundle package"
|
||||||
|
alias bo="bundle open"
|
||||||
|
|
||||||
# The following is based on https://github.com/gma/bundler-exec
|
# The following is based on https://github.com/gma/bundler-exec
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue