diff --git a/plugins/textmate/textmate.plugin.zsh b/plugins/textmate/textmate.plugin.zsh index 773c4f8d2..6e3f38618 100644 --- a/plugins/textmate/textmate.plugin.zsh +++ b/plugins/textmate/textmate.plugin.zsh @@ -19,3 +19,5 @@ function tm() { fi fi } + +alias reload_bundles="osascript -e 'tell app \"TextMate\" to reload bundles'"