From dea2b49bd0e3c69850b456941a5dd4000d802083 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/textmate/textmate.plugin.zsh b/plugins/textmate/textmate.plugin.zsh index 5fef90fb5..0e79c7b21 100644 --- a/plugins/textmate/textmate.plugin.zsh +++ b/plugins/textmate/textmate.plugin.zsh @@ -12,3 +12,6 @@ function tm() { } alias reload-bundles="osascript -e 'tell app \"TextMate\" to reload bundles'" + +# Go to TextMate bundles directory +alias bundles='cd ~/Library/Application\ Support/TextMate/Bundles'