I actually did set my shell to spawn a background task to play the vine boom whenever I entered an invalid command.
Something like
command_not_found() { pw-play /opt/boom.opus & }
I actually did set my shell to spawn a background task to play the vine boom whenever I entered an invalid command.
Something like
And it actually improved my command accuracy by a lot. And it was super fun.