From 5aee36e4da8fe12c76a99f8d4806a1c450fb9e73 Mon Sep 17 00:00:00 2001 From: romkatv Date: Wed, 13 Nov 2019 12:01:20 +0100 Subject: [PATCH] match msys and mingw `uname -s` output more aggressively; there is no rhyme or reason to all the formats they employ --- internal/p10k.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 1f024b44..1a1477d9 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -5305,7 +5305,7 @@ _p9k_must_init() { [[ $sig == $_p9k__param_sig ]] && return 1 _p9k_deinit fi - _p9k__param_pat=$'v5\1'${ZSH_VERSION}$'\1'${ZSH_PATCHLEVEL}$'\1' + _p9k__param_pat=$'v6\1'${ZSH_VERSION}$'\1'${ZSH_PATCHLEVEL}$'\1' _p9k__param_pat+=$'${#parameters[(I)POWERLEVEL9K_*]}\1${(%):-%n%#}\1$GITSTATUS_LOG_LEVEL\1' _p9k__param_pat+=$'$GITSTATUS_ENABLE_LOGGING\1$GITSTATUS_DAEMON\1$GITSTATUS_NUM_THREADS\1' _p9k__param_pat+=$'$DEFAULT_USER\1${ZLE_RPROMPT_INDENT:-1}\1$P9K_SSH\1$__p9k_ksh_arrays' @@ -5529,7 +5529,7 @@ _p9k_init_vcs() { daemon=$gitstatus_dir/bin/gitstatusd- if [[ $_p9k_uname_o == Android ]]; then daemon+=android - elif [[ $_p9k_uname == (MINGW_64-10.0|MSYS_NT-10.0)* ]]; then + elif [[ ${(L)_p9k_uname} == (mingw|msys)* ]]; then daemon+=msys_nt-10.0 else daemon+=${_p9k_uname:l}