From 7043b0c03f1b43fce29a8192b20dc69f0f2e49f5 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Wed, 28 Dec 2011 15:16:37 -0500 Subject: [PATCH] Use shell option CORRECT instead of noisy CORRECT_ALL. --- alias.zsh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/alias.zsh b/alias.zsh index b0be699..05c8a9c 100644 --- a/alias.zsh +++ b/alias.zsh @@ -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