|
From: Greg C. <gch...@sb...> - 2009-04-16 01:05:13
|
On 2009-04-16 00:27Z, Stephen Grant Brown wrote: > [snip unreadable portion--it looks like this: http://thread.gmane.org/gmane.comp.gnu.mingw.user/29602 so please don't post html...thanks] > > How do I fix the prompt string? I think that you're using escape codes that would be meaningful to rxvt, but that you're running bash in a normal windows console. This: export PS1='\s-\v\$ ' would give you the bash default. The bash manual says how you can customize it. |