Hello!

I just encountered this problem: if I try to complete at command line "ffmpeg -i" with configuration from subject, zsh crashes. I'm completely lost in how to diagnose this, so I would greatly appreciate help.

zsh is:
zsh 5.8 (x86_64-pc-linux-gnu)

system is arch linux:
Linux elkbook 5.9.11-arch2-1 #1 SMP PREEMPT Sat, 28 Nov 2020 02:07:22 +0000 x86_64 GNU/Linux

This is script to prepare the "crashing environment" to be runned under clean user (WARNING: it edits ".zshrc"!):

#!/usr/bin/zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/zdharma/zinit/master/doc/install.sh)"

touch a b

cat >> .zshrc << EOF

autoload -Uz compinit
compinit

zinit ice depth=1; zinit light romkatv/powerlevel10k

zinit light Aloxaf/fzf-tab
EOF

# and finally start zsh with that configuration
zsh

After that all is needed is to type "ffmpeg -i" and press tab.

Can I provide any more information?

Thanks,
Alexey