bug-bash
[Top][All Lists]
Advanced

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

Re: Bash 4 cursor in my prompt


From: Ian Kelling
Subject: Re: Bash 4 cursor in my prompt
Date: Tue, 07 Apr 2009 23:51:57 -0700
User-agent: Thunderbird 2.0.0.21 (X11/20090318)

Special Sauce wrote:
[anton@nobby-nobbs ~]$ echo $PS1
[\[\e[28;1m\]\u@\H\[ \e[0m\]\w]$
[anton@nobby-nobbs ~]$ echo $PS2

Work fine with the bash in the ubuntu repos


I put this at the end of my .bashrc and it works fine for me.
PS1='[\[\e[28;1m\]\u@\H\[ \e[0m\]\w]$ '
Theres probably something else going on in your invocation files. Try making that the only line in your .bashrc and starting a non-login shell so thats the only file read.

- Ian Kelling




reply via email to

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