From a3e5971bde6dc14fc91d1caad38f7a1f59e34b51 Mon Sep 17 00:00:00 2001 From: Osman Tas Date: Wed, 23 Dec 2020 08:42:22 -0800 Subject: [PATCH] Update os icon for windows Windows icon is not shown on git for windows zsh.exe Same update also added to wizards.zsh file. --- internal/p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 9aa03f94..02524a2f 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -8044,7 +8044,7 @@ function _p9k_init_cacheable() { case $_p9k_uname in SunOS) _p9k_set_os Solaris SUNOS_ICON;; Darwin) _p9k_set_os OSX APPLE_ICON;; - CYGWIN_NT-* | MSYS_NT-*) _p9k_set_os Windows WINDOWS_ICON;; + CYGWIN_NT-*|MSYS_NT-*|MINGW64_NT-*|MINGW32_NT-*) _p9k_set_os Windows WINDOWS_ICON;; FreeBSD|OpenBSD|DragonFly) _p9k_set_os BSD FREEBSD_ICON;; Linux) _p9k_os='Linux'