Created
July 29, 2013 19:31
-
-
Save chrisyour/6107063 to your computer and use it in GitHub Desktop.
If your bundles start acting funny and aren't loading properly, you can always remove TextMate's cache and start again. For example, the basic HTML indenting features in Textmate 2 suddenly vanished on me along with some other HTML commands I use everyday. I removed the cache folder and restarted Textmate 2 and everything was back to normal.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm -rf ~/Library/Application\ Support/TextMate/Cache/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This works!