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'