mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Use shell option CORRECT instead of noisy CORRECT_ALL.
This commit is contained in:
parent
daf6f78f14
commit
7043b0c03f
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
setopt CORRECT # Correct commands.
|
setopt CORRECT # Correct commands.
|
||||||
setopt CORRECT_ALL # Correct all arguments.
|
|
||||||
|
|
||||||
# The 'ls' Family
|
# The 'ls' Family
|
||||||
if zstyle -t ':omz:alias:ls' color; then
|
if zstyle -t ':omz:alias:ls' color; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue