1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-27 21:54:45 +01:00

Merge pull request #607 from vddgil/patch-1

Textmate plugin update to take Gemfile and cucumber features in account
This commit is contained in:
Robby Russell
2011-10-10 05:40:01 -07:00

View File

@@ -1,5 +1,5 @@
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 etts='mate app config lib db public script spec test vendor/plugins vendor/gems Rakefile Capfile Todo'