I have this in my `.zshrc` on my personal machine. I get a kick out of it:<p>```<p>function command_not_found_handler() { figlet "lol, $1" }<p>```<p>(I think the bash equivalent is `command_not_found_handle`).<p>This overrides the function that usually prints the `zsh: command not found: foo` message, and instead, mocks you, by printing "lol, foo" (but in big ol' figlet letters).<p>SL is in a similar, but admittedly much more elaborate, spirit.