diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-11-13 16:57:23 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-11-13 16:57:23 +0300 |
commit | c9b36cd32e66ce42952350c945ccade0b8571f36 (patch) | |
tree | be5bf19855fdca14d7593f9ffb11d439d6cc280c /internal/p10k.zsh | |
parent | 5aee36e4da8fe12c76a99f8d4806a1c450fb9e73 (diff) |
suppress errors from `zmodload zsh/parameter`; there are bugs in msys that cause garbage output
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 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 |