Useful ‘command not found’ output for bash

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.