Anthony Scopatz
Anthony Scopatz
I think you would need to call `./ls` then
can you give a more explicit example please, with the paths listed?
That is quite odd
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?
Ahh thanks @melund!