if pasting into your zsh command line takes some seconds, and it looks like it types from your clipboard letter for letter, then this could potentially help you.

open your .zshrc file and put this line somewhere

DISABLE_MAGIC_FUNCTIONS=true

source