Hello,
Thank you very much for the hint. It looks like all my problems with bash
disappeared.
Kamil
2014-11-04 20:01 GMT+00:00 Chris Down :
> Kamil Neczaj writes:
>
>> Thank you for your response! I modified this prompt couple of times,
>> probably that's why it's like this. Anyway, I don't thi
Kamil Neczaj writes:
Thank you for your response! I modified this prompt couple of times,
probably that's why it's like this. Anyway, I don't think this should cause
the problem. The PS1 variable is the one I use. I wanted to copy it here to
have exactly the example which I know that causes probl
Hello,
Thank you for your response! I modified this prompt couple of times,
probably that's why it's like this. Anyway, I don't think this should cause
the problem. The PS1 variable is the one I use. I wanted to copy it here to
have exactly the example which I know that causes problems for sure.
Hey Kamil,
as Chet pointed out, you missed one '\[', this one works:
PS1="\n\[\033[01;32m\]\u@\h\[\033[01;34m\]
\w\[\033[01;33m\]\n\n\[\033[01;31m\]-> \[\e[0m\]"
cheers,
pg
On 11/3/14 6:50 PM, Kamil Neczaj wrote:
> Bash Version: 4.3
> Patch Level: 30
> Release Status: release
>
> Description:
> When using multiline prompt and entering a long command, the part
> which doesn't fit and should be moved to a
> new line is actually move to the beginning of the sam