Browse Source

Removed the TextMate plugin.

master
Sorin Ionescu 13 years ago
parent
commit
c2ab0d83dc
  1. 9
      plugins/textmate/init.zsh

9
plugins/textmate/init.zsh

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