bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PS1 has ruined line wrap


From: Chet Ramey
Subject: Re: PS1 has ruined line wrap
Date: Mon, 14 Feb 2011 09:30:10 -0500
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7

On 2/12/11 2:53 PM, Jonathan Reed wrote:
> An old thread but I found a way around this by adding a line to my bashrc:
> 
> echo -ne "\033]0; `whoami` @ `hostname` \007"
> 
> The reference
> http://mdinh.wordpress.com/2010/11/21/xterm-title-bar/
> 
> On Thu, Nov 25, 2010 at 7:26 PM, Chet Ramey <chet.ramey@case.edu
> <mailto:chet.ramey@case.edu>> wrote:
> 
>     On 11/25/10 3:38 PM, Jonathan Reed wrote:
>     > I was using this as my ps1
>     > PS1='[\u@\[\e[1;31m\]\h\[\e[0m\]:$PWD]\$ '

That works.

>     > But I wanted to label the title of my xterm windows with the hostname of
>     > system Im logged into. So I added the following
>     > PS1='[\u@\[\e[1;45m\]\h\[\e[0m\] $PWD]\e]2;@ \H\a\$ '

The portion immediately after the $PWD is probably going to be invisible
and cause you problems.

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]