alias for go to TextMate bundles directory: bundles

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

View file

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