Add this to your .bashrc:
clippy() { echo "I see you're trying to use the terminal โฆ"; echo " v "; echo " โญโโฎ"; echo " โพ โพ"; echo " โโโ"; echo " โฐโโฏ"; } function command_not_found_handle { clippy $1; }
It will result in:
$ adsf I see you're trying to use the terminal โฆ v โญโโฎ โพ โพ โโโ โฐโโฏ
Looks better in the terminal.