Update os icon for windows

Windows icon is not shown on git for windows zsh.exe
Same update also added to p10k.zsh file.
This commit is contained in:
Osman Tas 2020-12-23 08:44:44 -08:00 committed by GitHub
parent a3e5971bde
commit 3d6007d28a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1070,7 +1070,7 @@ function os_icon_name() {
case $uname in case $uname in
SunOS) echo SUNOS_ICON;; SunOS) echo SUNOS_ICON;;
Darwin) echo APPLE_ICON;; Darwin) echo APPLE_ICON;;
CYGWIN_NT-* | MSYS_NT-*) echo WINDOWS_ICON;; CYGWIN_NT-*|MSYS_NT-*|MINGW64_NT-*|MINGW32_NT-*) echo WINDOWS_ICON;;
FreeBSD|OpenBSD|DragonFly) echo FREEBSD_ICON;; FreeBSD|OpenBSD|DragonFly) echo FREEBSD_ICON;;
Linux) Linux)
local os_release_id local os_release_id