]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/plugins/textmate/textmate.plugin.zsh
remove oh-my-zsh
[dotfiles.git] / zsh / plugins / textmate / textmate.plugin.zsh
diff --git a/zsh/plugins/textmate/textmate.plugin.zsh b/zsh/plugins/textmate/textmate.plugin.zsh
deleted file mode 100644 (file)
index a11a097..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-alias et='mate .'
-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'
-
-# Edit Ruby app in TextMate
-alias mr='mate CHANGELOG app config db lib public script spec test'
-
-function tm() {
-  cd $1
-  mate $1
-}