Resolving conflict when merging in #528

master
Robby Russell 13 years ago
commit 8ce587ad9a
  1. 1
      plugins/bundler/bundler.plugin.zsh

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

Loading…
Cancel
Save