From d96c95ab0a04175ae227b26ba00c942a55affbfc 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, 1 insertion(+), 1 deletion(-) diff --git a/plugins/textmate/textmate.plugin.zsh b/plugins/textmate/textmate.plugin.zsh index 7b7ddbb1d..5fef90fb5 100644 --- a/plugins/textmate/textmate.plugin.zsh +++ b/plugins/textmate/textmate.plugin.zsh @@ -11,4 +11,4 @@ function tm() { mate $1 } -alias reload-bundles="osascript -e 'tell app \"TextMate\" to reload bundles'" \ No newline at end of file +alias reload-bundles="osascript -e 'tell app \"TextMate\" to reload bundles'"