No cursor blinking for you

Put into .zshrc

# disable cursor blinking
echo "\e[2 q"

It should be terminal independent.