Removed the TextMate plugin.

This commit is contained in:
Sorin Ionescu 2012-01-24 11:51:57 -05:00
parent 31dfd1fd6d
commit c2ab0d83dc

View file

@ -1,9 +0,0 @@
# Functions
function tm() {
if [[ -z "$1" ]]; then
mate .
else
( [[ -d "$1" ]] && cd "$1" && mate . )
fi
}