"vscode:/vscode.git/clone" did not exist on "3a7a5908626c977e9fccaceda3ffeba67c5f1548"
Commit 6bf468f9 authored by Shane Emmons's avatar Shane Emmons
Browse files

add alias for `bundle package` to the bundler plugin

parent 3350c229
...@@ -2,6 +2,7 @@ alias be="bundle exec" ...@@ -2,6 +2,7 @@ alias be="bundle exec"
alias bi="bundle install" alias bi="bundle install"
alias bl="bundle list" alias bl="bundle list"
alias bu="bundle update" alias bu="bundle update"
alias bp="bundle package"
# The following is based on https://github.com/gma/bundler-exec # 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