From 26d97a9355d37c55e0b044d8dafc425cc0ca7217 Mon Sep 17 00:00:00 2001 From: Robby Russell Date: Thu, 30 Sep 2010 21:34:06 -0700 Subject: Reorganizing plugins so that each plugin has it's own directory now so that any plugin-specific functions can be bundled within there. --- plugins/textmate.plugin.zsh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 plugins/textmate.plugin.zsh (limited to 'plugins/textmate.plugin.zsh') diff --git a/plugins/textmate.plugin.zsh b/plugins/textmate.plugin.zsh deleted file mode 100644 index 7b73e2751..000000000 --- a/plugins/textmate.plugin.zsh +++ /dev/null @@ -1,14 +0,0 @@ - -# 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 -alias mr='mate CHANGELOG app config db lib public script spec test' - -function tm() { - cd $1 - mate $1 -} -- cgit v1.2.3-70-g09d2