added reload bundles alias for textmate plugin

This commit is contained in:
tinogomes 2012-02-03 10:20:26 -02:00
commit a3b31d9cc9

View file

@ -10,3 +10,5 @@ function tm() {
cd $1 cd $1
mate $1 mate $1
} }
alias reload_bundles="osascript -e 'tell app \"TextMate\" to reload bundles'"