From 3893edabf31e7a271cad1be7eb9154d6d422d8f8 Mon Sep 17 00:00:00 2001 From: tinogomes Date: Thu, 13 Dec 2012 14:16:46 -0200 Subject: [PATCH] alias for go to TextMate bundles directory: bundles --- plugins/textmate/textmate.plugin.zsh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/textmate/textmate.plugin.zsh b/plugins/textmate/textmate.plugin.zsh index 6e3f38618..22fca48db 100644 --- a/plugins/textmate/textmate.plugin.zsh +++ b/plugins/textmate/textmate.plugin.zsh @@ -20,4 +20,7 @@ function tm() { fi } -alias reload_bundles="osascript -e 'tell app \"TextMate\" to reload bundles'" +alias reload-bundles="osascript -e 'tell app \"TextMate\" to reload bundles'" + +# Go to TextMate bundles directory +alias bundles='cd ~/Library/Application\ Support/TextMate/Bundles'