From c2ab0d83dc4d37083ae58e4dd10a0598cea12f63 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Tue, 24 Jan 2012 11:51:57 -0500 Subject: [PATCH] Removed the TextMate plugin. --- plugins/textmate/init.zsh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 plugins/textmate/init.zsh diff --git a/plugins/textmate/init.zsh b/plugins/textmate/init.zsh deleted file mode 100644 index 20608a1..0000000 --- a/plugins/textmate/init.zsh +++ /dev/null @@ -1,9 +0,0 @@ -# Functions -function tm() { - if [[ -z "$1" ]]; then - mate . - else - ( [[ -d "$1" ]] && cd "$1" && mate . ) - fi -} -