浏览代码

Merge pull request #607 from vddgil/patch-1

Textmate plugin update to take Gemfile and cucumber features in account
Robby Russell 13 年之前
父节点
当前提交
167f84dacd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/textmate/textmate.plugin.zsh

+ 1 - 1
plugins/textmate/textmate.plugin.zsh

@@ -1,5 +1,5 @@
 alias et='mate .'
 alias et='mate .'
-alias ett='mate app config lib db public spec test Rakefile Capfile Todo'
+alias ett='mate Gemfile app config features lib db public spec test Rakefile Capfile Todo'
 alias etp='mate app config lib db public spec test vendor/plugins vendor/gems Rakefile Capfile Todo'
 alias etp='mate app config lib db public spec test vendor/plugins vendor/gems Rakefile Capfile Todo'
 alias etts='mate app config lib db public script spec test vendor/plugins vendor/gems Rakefile Capfile Todo'
 alias etts='mate app config lib db public script spec test vendor/plugins vendor/gems Rakefile Capfile Todo'