mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Removed the TextMate plugin.
This commit is contained in:
parent
31dfd1fd6d
commit
c2ab0d83dc
1 changed files with 0 additions and 9 deletions
|
|
@ -1,9 +0,0 @@
|
|||
# Functions
|
||||
function tm() {
|
||||
if [[ -z "$1" ]]; then
|
||||
mate .
|
||||
else
|
||||
( [[ -d "$1" ]] && cd "$1" && mate . )
|
||||
fi
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue