I have this strange issue executing the following command on zsh using powerlevel10k. Honestly I have no clue what could be causing it, however, I removed all oh-my-zsh plugins just to try without luck.
The issue is as simple as:
❯ find -name *.yaml
zsh: no matches found: *.yaml
If I go to bash and execute the same command it works as intended
❯ bash
xxxx@merlin:~$ find -name *.yaml
./go/src/github.com/ ...
{regular result list}
Do you have any ideas ? thanks in advance