Commit 0061dda0 authored by artemk's avatar artemk
Browse files

Add bundle open alias, which open gem using EDITOR var

parent a738ca9b
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment