mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
70e51186ec
Using the correct_all option is too distracting, and needs a lot of `nocorrect` aliases to work around this. Using only "correct" to correct the command itself is more friendly.
2 lines
85 B
Bash
2 lines
85 B
Bash
# correct commands, but not any arguments (correct_all would do that)
|
|
setopt correct
|