mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Merge pull request #888 from blackb1rd/Fix_os_detection_for_MSYS2
Fix os detection for MSYS
This commit is contained in:
commit
375d63f1d9
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue