Thursday, July 12, 2007

TextMate ZSH ZShell

TextMate has a bias toward bash and doesn't pick up your environment's path if you are using zsh.

See Shell Commands: Search Path for details

I added the following to my .zshrc file to create/update a .profile file whenever I log into zsh

ECHO PATH=$PATH > .profile


Now bundles like Subversion work as they should :-)

TextMate Wiki

Quick note to advertise an awesome TextMate bundle:

Plain Text Wiki

Basically it turns TextMate into a plain text file wiki engine. You can save your notes, serial numbers, whatever in a folder and hyperlink between them.

Benefits are:
- Completely open format - just plain text files
- Spotlight searchable

This is exactly what I needed.