Re: fish prompt oddity

2014-10-09 Thread Andrew Schulman
> In fish, I like to set the prompt to print a blank line before the prompt > text. No > problem: I just add an "echo" statement at the beginning of the fish_prompt > function. In fish in Linux that works fine: > > === > andrex@helium ~> pwd > /home/andrex > > andrex@helium ~> > === > > But

fish prompt oddity

2014-10-08 Thread Andrew Schulman
In fish, I like to set the prompt to print a blank line before the prompt text. No problem: I just add an "echo" statement at the beginning of the fish_prompt function. In fish in Linux that works fine: === andrex@helium ~> pwd /home/andrex andrex@helium ~> === But in Cygwin, it has a stran