Hi; On Sun, May 1, 2011 at 7:12 PM, Bart Schaefer wrote: > On Sun, May 1, 2011 at 9:22 AM, İsmail Dönmez wrote: > > > > [~]> wget > > zsh: correct 'wget' to '_wget' [nyae]? > > zsh: command not found: wget > > > > So its possibly confusing the command with the completion. Is there a way > to > > "fix" this behaviour? > > Available as of 4.3.10: > > The shell variable CORRECT_IGNORE may be set to a pattern to match > words that will never be offered as corrections. > > For earlier versions, no, all you can do is "unsetopt CORRECT". > Thanks! ismail