Fedora 11...

I set my PS1 prompt in ~/.bashrc
[...@natasha] /home/don
$echo $PS1
\n\033[0;35m...@\h] ${PWD}\n$\033[0m

Then I enter an incorrect command....
[...@natasha] /home/don
$goof afile
-bash: goof: command not found

Then I press the up arrow (twice) for command recall... but notice how
the incorrect command name now appears as part of the prompt.
I can type a new command (echo) which works, even though it looks like
goofecho was entered.
Then the prommpt returns to "normal" again.

[...@natasha] /home/don
$goofecho $PS1
\n\033[0;35m...@\h] ${PWD}\n$\033[0m

[...@natasha] /home/don
$


Any ideas/suggestions?

Thanks,
Don Russell

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to