I want to make a custom "command not found" prompt for the terminal like this one. I have the template set up:
___________________________________________
/ I see you're trying to use the terminal … \
| Command not found: |
| |
| xxx |
| |
_____ ____________________________________/
v
╭─╮
⌾ ⌾
│▕│
╰─╯
I want the "xxx" to be replaced by the incorrect command. How could I achieve this?