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:
parent
a3e5971bde
commit
3d6007d28a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue