Use shell option CORRECT instead of noisy CORRECT_ALL.

This commit is contained in:
Sorin Ionescu 2011-12-28 15:16:37 -05:00
parent daf6f78f14
commit 7043b0c03f
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
setopt CORRECT # Correct commands.
setopt CORRECT_ALL # Correct all arguments.
setopt CORRECT # Correct commands.
# The 'ls' Family
if zstyle -t ':omz:alias:ls' color; then