mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-23 00:17:59 +00:00
Removed the TextMate plugin.
This commit is contained in:
parent
31dfd1fd6d
commit
c2ab0d83dc
@ -1,9 +0,0 @@
|
||||
# Functions
|
||||
function tm() {
|
||||
if [[ -z "$1" ]]; then
|
||||
mate .
|
||||
else
|
||||
( [[ -d "$1" ]] && cd "$1" && mate . )
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user