diff options
author | hugues <hugues@a0e5b806-a6f9-0310-978d-cbce73f8a913> | 2006-06-11 11:01:25 +0000 |
---|---|---|
committer | Hugues Hiegel <hugues@hiegel.fr> | 2008-03-07 14:15:07 +0100 |
commit | 3dcbc2edb014013cc5af208c1a01c3d5f06bd0fb (patch) | |
tree | f7d40b88b2661cd88d055622fe68b090e9e0fba5 /02_Options.zsh | |
parent | c31294466b88fad79c0c8e571825c1c1f4e09321 (diff) |
c et C permettent de se passer de cette option
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@244 a0e5b806-a6f9-0310-978d-cbce73f8a913
Diffstat (limited to '02_Options.zsh')
-rw-r--r-- | 02_Options.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/02_Options.zsh b/02_Options.zsh index e639593..19f1c1c 100644 --- a/02_Options.zsh +++ b/02_Options.zsh @@ -18,8 +18,8 @@ setopt Auto_PushD unsetopt Cd_Able_Vars setopt Complete_Aliases setopt Complete_in_Word -#setopt Correct -setopt Correct_All +setopt Correct +unsetopt Correct_All #setopt Equals #setopt Extended_Glob unsetopt Extended_History |