Leopard Prompt 2
One thing that bugged me after upgrading to Leopard was the prompt in the terminal. It only showed the last part of the path, and I wanted to see the whole thing. I found the solution on a tumblog, so here's the prompt I'm using now:
PS1='e[32mu@he[0m:e[34mwe[0m$ '
I put this line in ~/.profile, and that brought things back to normal!
Well, partly... unfortunately, when I try this, after getting to about column 80 on the first line of text, the text starts wrapping over the beginning of the line. I'll probably have to read up on prompt settings and figure out what's causing all this to happen.