diff options
author | Osman Tas <me@tasosman.com> | 2020-12-23 19:58:10 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-23 19:58:10 +0300 |
commit | 61c63eea6b8bc12c56dcb6cc40529cc5c643a94f (patch) | |
tree | 7bd06e7cdf7f9fd637f24ede083fbfd9b3b6e9bb /internal/p10k.zsh | |
parent | 5ea5d4bc196d3b3c82d611149a541061e47716d5 (diff) |
Update os icon at zsh.exe on git for windows (#1180)
* Update os icon for windows
Windows icon is not shown on git for windows zsh.exe
Same update also added to wizards.zsh file.
* Update os icon for windows
Windows icon is not shown on git for windows zsh.exe
Same update also added to p10k.zsh file.
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r-- | internal/p10k.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
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' |