mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-17 18:20:07 +00:00
suppress errors from zmodload zsh/parameter
; there are bugs in msys that cause garbage output
This commit is contained in:
parent
5aee36e4da
commit
c9b36cd32e
1 changed files with 1 additions and 1 deletions
|
@ -5966,7 +5966,7 @@ autoload -Uz add-zsh-hook
|
||||||
|
|
||||||
zmodload zsh/datetime
|
zmodload zsh/datetime
|
||||||
zmodload zsh/mathfunc
|
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 zsh/system
|
||||||
zmodload -F zsh/stat b:zstat
|
zmodload -F zsh/stat b:zstat
|
||||||
zmodload -F zsh/net/socket b:zsocket
|
zmodload -F zsh/net/socket b:zsocket
|
||||||
|
|
Loading…
Reference in a new issue