Commit 4ff45581 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #496 from semmons99/master

add alias for `bundle package` to the bundler plugin
parents 383ff03c 6bf468f9
......@@ -2,6 +2,7 @@ alias be="bundle exec"
alias bi="bundle install"
alias bl="bundle list"
alias bu="bundle update"
alias bp="bundle package"
# 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