paulirish / git-open

Type `git open` to open the GitHub page or website for a repository in your browser.
MIT License
3.31k stars 247 forks source link

Usage on WSL results in console changing to Raster fonts #152

Open G-Rath opened 5 years ago

G-Rath commented 5 years ago

I tried this on WSL and was pleasantly surprised to find it works (I was expecting it to fail complaining about being unable to open Chrome, or make a GUI call).

However, it seems to change the console to use Raster fonts - any ideas on what might be doing this?

http://puu.sh/E9t29/5daab5e7db.png

ffes commented 5 years ago

AFAIK this problem only occurs in cmd.exe. So I think it is an upstream issue. It just worked before.

Maybe there is a workaround. That needs some investigation: which call causes the font to change?

Another workaround is stop using cmd.exe and use for instance the new Terminal (still in preview but I use it all the time without much problems).