mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 00:00:07 +00:00
drop windows version number from the output of uname on mingw
This commit is contained in:
parent
e67c2fa9f7
commit
274c50883a
1 changed files with 1 additions and 1 deletions
|
@ -5478,7 +5478,7 @@ _p9k_init_vcs() {
|
|||
daemon=$gitstatus_dir/bin/gitstatusd-
|
||||
if [[ $_p9k_uname_o == Android ]]; then
|
||||
daemon+=android
|
||||
elif [[ $_p9k_uname == (MINGW_64-10.0|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}
|
||||
|
|
Loading…
Reference in a new issue