1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-25 04:30:46 +00:00

Fix os detection for MSYS2

This commit is contained in:
blackb1rd 2018-06-30 22:20:02 +07:00
parent 1db098bd9f
commit 592e765a95

View file

@ -86,7 +86,7 @@ case $(uname) in
OS='OSX'
OS_ICON=$(print_icon 'APPLE_ICON')
;;
CYGWIN_NT-*)
CYGWIN_NT-* | MSYS_NT-*)
OS='Windows'
OS_ICON=$(print_icon 'WINDOWS_ICON')
;;