This website requires JavaScript.
Explore
Help
Register
Sign In
github-repos
/
ohmyzsh
Watch
1
Star
0
Fork
0
You've already forked ohmyzsh
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced
2025-01-17 10:02:24 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
30b0eb3ffa
ohmyzsh
/
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 21:01:59 +08:00
# correct commands, but not any arguments (correct_all would do that)
setopt correct
Reference in New Issue
Copy Permalink