diff options
author | Robby Russell <robby@planetargon.com> | 2011-06-01 09:33:49 +0200 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2011-06-01 09:33:49 +0200 |
commit | 7b0b83623fb54d21932014c9a6267e6dc03976db (patch) | |
tree | 9eac51c8ae668ec67a326710cd863f6717e723f6 /plugins/textmate/textmate.plugin.zsh | |
parent | 23a082df129b12b6edf8ea04432b0cb2be0588fd (diff) | |
parent | 643a4e77f639c1742d1ce01d8028649ae12f8e62 (diff) | |
download | zsh-7b0b83623fb54d21932014c9a6267e6dc03976db.tar.gz zsh-7b0b83623fb54d21932014c9a6267e6dc03976db.tar.bz2 zsh-7b0b83623fb54d21932014c9a6267e6dc03976db.zip |
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/textmate/textmate.plugin.zsh')
-rw-r--r-- | plugins/textmate/textmate.plugin.zsh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/textmate/textmate.plugin.zsh b/plugins/textmate/textmate.plugin.zsh index 7c4c14a5f..aa2f75f4f 100644 --- a/plugins/textmate/textmate.plugin.zsh +++ b/plugins/textmate/textmate.plugin.zsh @@ -1,11 +1,9 @@ - -# TextMate alias et='mate .' alias ett='mate app config 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' -# Editor Ruby file in TextMate +# Edit Ruby app in TextMate alias mr='mate CHANGELOG app config db lib public script spec test' function tm() { |