On Wed, Jul 15, 1998 at 09:19:41PM -0400, [EMAIL PROTECTED] wrote:
<stuff deleted>
>
> BTW, I also set the following for xterms:
>
> PROMPT_COMMAND='echo -ne "\033]2;$TERM: [EMAIL PROTECTED]:/$PWD/
\007\033]1;$PWD\007"
>
> This changes the title bar of my xterm to show user, host and cwd.
>

The PROMPT_COMMAND line is missing the closing ' after the " so it should
be:

PROMPT_COMMAND='echo -ne "\033]2;$TERM: [EMAIL PROTECTED]:/$PWD/
\007\033]1;$PWD\007"'

Wouldn't want someone to be lost trying a command that replies with a >
prompt :-)

Pat


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to