I found that in my cygwin,

The PS1 console have 2 lines and I want to solve it. This is due to "\n" at the end of PS1 But I cannot export it well due to "not a valid identifier" error.

How can I solve this? Many thanks.

enter image description here

link|improve this question

69% accept rate
feedback

1 Answer

up vote 2 down vote accepted

When you say export, you don't use the dollar sign.

So it's export PS1=Hello World, not export $PS1=Hello World.

link|improve this answer
Thx...it's just my poor linux knowledge – Kit Ho Jan 18 at 9:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.