David Xu

Results 4 comments of David Xu

> I am using Ubuntu 20 in WSL2. Thanks for porting this very useful tool! > > Small detail: I noticed that after installing it and sourcing .bashrc, the initial...

There are also some other neat suggestions in this [SO question](https://stackoverflow.com/questions/10406926/how-do-i-change-the-default-virtualenv-prompt) that may help. [Virtualenv modifies the shell prompt](https://stackoverflow.com/questions/10406926/how-do-i-change-the-default-virtualenv-prompt), so some elbow grease is required to make sure only at...

This would make sense. We use [`-z`](https://git-scm.com/docs/git-config#Documentation/git-config.txt--z) and other similar flags throughout for parsing. It may be possible to eliminate most of them or clean them up.

Thanks for your report! I was able to reproduce this. `__posh_color` emits the ANSI escape sequence passed to `echo`. We can use literals for the `\[\033[` and `\]` pair. See...