This website requires JavaScript.
Explore
Help
Sign in
alexander
/
oh-my-zsh
Watch
1
Star
0
Fork
You've already forked oh-my-zsh
0
Code
Activity
b61555d7c0
oh-my-zsh
/
lib
/
correction.zsh
3 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
Only `setopt correct`, not "correct_all". 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.
2011-12-16 14:01:59 +01:00
# correct commands, but not any arguments (correct_all would do that)
setopt correct
Copy permalink