From c9b36cd32e66ce42952350c945ccade0b8571f36 Mon Sep 17 00:00:00 2001 From: romkatv Date: Wed, 13 Nov 2019 14:57:23 +0100 Subject: [PATCH] suppress errors from `zmodload zsh/parameter`; there are bugs in msys that cause garbage output --- internal/p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 1a1477d9..a6bb0ddc 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -5966,7 +5966,7 @@ autoload -Uz add-zsh-hook zmodload zsh/datetime zmodload zsh/mathfunc -zmodload zsh/parameter +zmodload zsh/parameter 2>/dev/null # https://github.com/romkatv/gitstatus/issues/58#issuecomment-553407177 zmodload zsh/system zmodload -F zsh/stat b:zstat zmodload -F zsh/net/socket b:zsocket