From a3b31d9cc97ef66429f6ea3d2bbd72b03caaed14 Mon Sep 17 00:00:00 2001 From: tinogomes Date: Fri, 3 Feb 2012 10:20:26 -0200 Subject: [PATCH] added reload bundles alias for textmate plugin --- plugins/textmate/textmate.plugin.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/textmate/textmate.plugin.zsh b/plugins/textmate/textmate.plugin.zsh index a11a097f5..e715d1ed6 100644 --- a/plugins/textmate/textmate.plugin.zsh +++ b/plugins/textmate/textmate.plugin.zsh @@ -10,3 +10,5 @@ function tm() { cd $1 mate $1 } + +alias reload_bundles="osascript -e 'tell app \"TextMate\" to reload bundles'" \ No newline at end of file