Fix default prompt path#929
Conversation
Prompt previously showed absolute path instead of `~`.
|
Thanks for pointing out that bug. Just needs And a regression test for the Happy to land once those are in. |
|
sounds fine |
|
It looks like Windows support was completely removed. Am I reading it wrong? Also, there are no tests for Windows. Please add some. |
|
Hmm good call. This was not on my mind. I will take a look. |
|
Seems like |
|
Back to reading env. |
|
it worked good for me on windows with |
|
lots of warnings we'll need to fix separately in another PR for new compilers |
I think warnings came from the fact that it was based on an old version of reedline. If i do |
Prompt previously showed absolute path instead of
~.