1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-21 02:50:08 +00:00

use msys gitstatusd binary on mingw

This commit is contained in:
romkatv 2019-11-04 20:13:35 +01:00
parent 6df7802295
commit ce2e142443

View file

@ -5236,7 +5236,7 @@ _p9k_init_vcs() {
daemon=$gitstatus_dir/bin/gitstatusd-
if [[ $_p9k_uname_o == Android ]]; then
daemon+=android
elif [[ $_p9k_uname == MSYS_NT-10.0-* ]]; then
elif [[ $_p9k_uname == (MINGW_64-10.0|MSYS_NT-10.0-*) ]]; then
daemon+=msys_nt-10.0
else
daemon+=${_p9k_uname:l}