]> git.rmz.io Git - dotfiles.git/blob - zsh/plugins/textmate/textmate.plugin.zsh
merge oh-my-zsh into subdir
[dotfiles.git] / zsh / plugins / textmate / textmate.plugin.zsh
1 alias et='mate .'
2 alias ett='mate Gemfile app config features lib db public spec test Rakefile Capfile Todo'
3 alias etp='mate app config lib db public spec test vendor/plugins vendor/gems Rakefile Capfile Todo'
4 alias etts='mate app config lib db public script spec test vendor/plugins vendor/gems Rakefile Capfile Todo'
5
6 # Edit Ruby app in TextMate
7 alias mr='mate CHANGELOG app config db lib public script spec test'
8
9 function tm() {
10 cd $1
11 mate $1
12 }