mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
added reload bundles alias for textmate plugin
This commit is contained in:
parent
468e727063
commit
a3b31d9cc9
1 changed files with 2 additions and 0 deletions
|
|
@ -10,3 +10,5 @@ function tm() {
|
||||||
cd $1
|
cd $1
|
||||||
mate $1
|
mate $1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
alias reload_bundles="osascript -e 'tell app \"TextMate\" to reload bundles'"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue