mirror of
https://github.com/romkatv/powerlevel10k
synced 2025-02-19 20:46:52 +00:00
Fix os detection for MSYS2
This commit is contained in:
parent
1db098bd9f
commit
592e765a95
@ -86,7 +86,7 @@ case $(uname) in
|
|||||||
OS='OSX'
|
OS='OSX'
|
||||||
OS_ICON=$(print_icon 'APPLE_ICON')
|
OS_ICON=$(print_icon 'APPLE_ICON')
|
||||||
;;
|
;;
|
||||||
CYGWIN_NT-*)
|
CYGWIN_NT-* | MSYS_NT-*)
|
||||||
OS='Windows'
|
OS='Windows'
|
||||||
OS_ICON=$(print_icon 'WINDOWS_ICON')
|
OS_ICON=$(print_icon 'WINDOWS_ICON')
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user