浏览代码

Add bundle open alias, which open gem using EDITOR var

artemk 13 年之前
父节点
当前提交
0061dda057
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/bundler/bundler.plugin.zsh

+ 1 - 0
plugins/bundler/bundler.plugin.zsh

@@ -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