alias for go to TextMate bundles directory: bundles

This commit is contained in:
tinogomes 2012-12-13 14:16:46 -02:00
commit dea2b49bd0

View file

@ -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'