From 1273db8adff541f47fc198cb98bccc590c609f67 Mon Sep 17 00:00:00 2001 From: tinogomes Date: Thu, 23 Feb 2012 11:34:14 -0200 Subject: [PATCH] renamed alias reload_bundles to reload-bundles at 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 e715d1ed6..7b7ddbb1d 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'" \ No newline at end of file