I'd like to change this behavior:
❯ les file.txt zsh: correct 'les' to 'ls' [nyae]? To this:
❯ les file.txt zsh: correct 'les' to 'less' [nyae]? What's the simplest way to do this? I'm looking to retain the autocorrection but revise it a bit, so alias les=less is not the kind of solution I seek.
correct 'les' to 'less'? Both blocks read the same at present.