hyperpower
hyperpower copied to clipboard
Typing wow.* will turn wow mode on
When typing something matching this regex wow.*
wow mode will activate. That's because the regex your using /(wow: command not found)|(command not found: wow)/
does not care about the chars after command not found: wow
.