Hello
i noticed /etc/zsh/zshrc is broken due to
zmodload parameter
happening too late.
modul parameter is loaded on line 650, check_com which relies upon parameter is
first used on line 586.
I suggest to move
zmodload parameter
near the top of that file.
kind regards,
Thilo