Anthony Scopatz

Results 347 comments of Anthony Scopatz

can you give a more explicit example please, with the paths listed?

readline doesn't really work on windows (outside of the WLS)

Thanks for reporting! Does adding `{NO_COLOR}` to the end of `$PROMPT` help with this?

Does this happen with the prompt-toolkit backend? we generally don't recommend using readline on Windows

Thanks for reporting. This is because it is being shoved into the environment. The error I am seeing with `echo` is coming from expanding a variable. If you expand this...

I mean only that there is a bug that expandvars() throws an error, rather than returning the original string.

Thanks for reporting this. This seems like it might be a prompt-toolkit error, rather than a xonsh on. Any thoughts @jonathanslenders?