0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Add bundle open alias, which open gem using EDITOR var

This commit is contained in:
artemk 2011-08-06 16:46:37 +03:00
parent a738ca9b64
commit 0061dda057

View file

@ -3,6 +3,7 @@ alias bi="bundle install"
alias bl="bundle list"
alias bu="bundle update"
alias bp="bundle package"
alias bo="bundle open"
# The following is based on https://github.com/gma/bundler-exec