justjanne / powerline-go

A beautiful and useful low-latency prompt for your shell, written in go
GNU General Public License v3.0
2.73k stars 268 forks source link

Fixes #129, make use of windows git.exe on /mnt/* directory(works only WSL) #358

Open rikutons opened 2 years ago

rikutons commented 2 years ago

WSL2's git status is really slow. Then I used https://github.com/microsoft/WSL/issues/4401 's idea(= using git.exe when dir on windows). That improved from 15sec to around 2sec on my project.

Fixes #129.