Browse Source

Resolving conflict when merging in #528

Robby Russell 12 years ago
parent
commit
8ce587ad9a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/bundler/bundler.plugin.zsh

+ 1 - 0
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