On 8/21/07, Chris Freeman <cwfreeman at gmail.com> wrote: > # Prompt with the last exit vale, the word 'HOME', and the current working > directory. > # Note the single-quotes, not double-quotes or back-tics. > export PS1='[$?]-HOME->$PWD > $ '; Why the word 'HOME'? -todd