Strange behavior with PS1 prompt

Cameron Simpson cs at zip.com.au
Sun Oct 18 05:02:59 UTC 2009


On 17Oct2009 21:16, Todd Zullinger <tmz at pobox.com> wrote:
| I don't think this is a bug.  Rather, I think the problem is caused by
| not escaping the color codes you have embedded in your prompt.  Try
| this instead:
| 
| export PS1="\n\[\033[0;35m\][\u@\h] ${PWD}\n$\[\033[0m\]"
| 
| The \[ and \] begin and end a series of non-printable characters.
| This tells bash not to count those characters when determining the
| length of the prompt.  So the color escape sequences are wrapped in \[
| and \].

This is all beautiful, but I think you need to use single quotes instead
of doubles.
-- 
Cameron Simpson <cs at zip.com.au> DoD#743
http://www.cskk.ezoshosting.com/cs/

The number of cylinders for this disk is set to 364737.
There is nothing wrong with that, but this is larger than 1024, [...]
- fdisk on our new RAID 07oct2007 :-)




More information about the fedora-list mailing list