Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
How to disable wrong suggestion then the command does not exist
- X-seq: zsh-users 15990
- From: İsmail Dönmez <ismail@xxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: How to disable wrong suggestion then the command does not exist
- Date: Sun, 1 May 2011 18:22:56 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=namtrac.org; s=www; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=Rpmg2pOIMmOG81McK7JWtPZcVhfeql+mD84rbj7HGzc=; b=cVHLhyDRyuouTUQbuUh1eGZmWLSSUz5CxY120melZNs7qtxHOqoB6b9SSw/tFCeZuZ I4XCEcjwEWbNVzBLtZg79UVvWaHOoi/qpbdEJ+7uBFuytYuQOne/pDAOlEgasdIw5yxy /9cJhX/sLzrhukV8lx2nUcj2P5Kws6/Rus3k4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=namtrac.org; s=www; h=mime-version:from:date:message-id:subject:to:content-type; b=L6Nt57Nmbl0qIFovXjs204eTgGcpJCGuVtzwuCDUjsC/DasWk/kGgbB6R9Sl5mpZ7b Kuh5DONf9zZTpntB+DnsCQtcC87gIrZB/fEQwYel/4+3FynP2Nls6S0ri9Lr+v+TwcIW q7QZjJ1skviyTvQwG7Ad5Ps1nxUuDdrYoR4m0=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi;
An example, I don't have wget installed on this machine:
[~]> wget <enter>
zsh: correct 'wget' to '_wget' [nyae]? <n>
zsh: command not found: wget
So its possibly confusing the command with the completion. Is there a way to
"fix" this behaviour?
Regards,
ismail
Messages sorted by:
Reverse Date,
Date,
Thread,
Author