function command_not_found_handler() { /usr/bin/python /usr/lib/command-not-found -- $1 }
in your .zshrc
P.S.
function command_not_found_handler() { /usr/bin/python /usr/lib/command-not-found -- $1 }
in your .zshrc
P.S.