Monday, January 25, 2010

$PATH tips

Extending your $PATH using the editor pico:
pico ~/.profile
Add these lines
PATH=/usr/local/Trolltech/Qt-4.6.1/bin:$PATH
export PATH

iTerm2 - How to auto-close sessions and auto-exit when last one closed

 Problem There are two problems when you close sessions and windows in ITerm2. When you gracefully exit from ITerm2 sessions with a recommen...