mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-25 22:22:31 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue