JanDeDobbeleer / oh-my-posh2

A prompt theming engine for Powershell
MIT License
5.19k stars 284 forks source link

issue with theme and git-grep #270

Closed imba-tjd closed 4 years ago

imba-tjd commented 4 years ago

I'm using a grep.exe in Win, which I think is from git for windows (https://git-scm.com/download/win)

图片

JanDeDobbeleer commented 4 years ago

Can you elaborate on that screenshot a little bit?

imba-tjd commented 4 years ago

You can reproduce it by echo 123 | grep 1, which grep.exe is from git for windows

JanDeDobbeleer commented 4 years ago

This seems to be an issue on Windows only as I can't reproduce this on Mac with grep.

Jesper-Hustad commented 4 years ago

Win 10 Build 18363, could not reproduce. image

JanDeDobbeleer commented 4 years ago

Hey @Jesper-Hustad can you try with version 3? See https://gomyposh.dev for more context, quite a bit has changed.

imba-tjd commented 4 years ago

I have tested v3 with the default theme and this issue didn't happen