Weird different in functionality between bash and zsh which is sorta annoying in commands typing:
If i type lets say sudo apt upda and i press on Tap it will complete the word to update and put space to write the next word which will be like this:
sudo apt upda → sudo apt update if i type lets say && it will be like this sudo apt update &&
The bug:
in bash:

sudo apt upda → sudo apt update → sudo apt update &&
in zsh:

sudo apt upda → sudo apt update → sudo apt update&&
hope it can be fixed.