fpath in files/zsh/zshrc:14 hardcodes /usr/local/share/zsh/site-functions (Intel Homebrew path). On Apple Silicon with Homebrew at /opt/homebrew, completions installed there won't be found. Fix: replace with ${HOMEBREW_PREFIX:-/usr/local}/share/zsh/site-functions.
fpathinfiles/zsh/zshrc:14 hardcodes/usr/local/share/zsh/site-functions(Intel Homebrew path). On Apple Silicon with Homebrew at/opt/homebrew, completions installed there won't be found. Fix: replace with${HOMEBREW_PREFIX:-/usr/local}/share/zsh/site-functions.