Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: a question about argument corrections
- X-seq: zsh-users 9261
- From: Wataru Kagawa <wkagawa@xxxxxxxxxxxxxxxxxxxx>
- To: UVV <UVV-mail@xxxxxxxxx>, zsh-users@xxxxxxxxxx
- Subject: Re: a question about argument corrections
- Date: Sun, 7 Aug 2005 15:52:02 +0900
- In-reply-to: <42F5AAA7.6010509@xxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <BDDEED7A-9B31-41A0-9AA1-DC329FCFD5BE@xxxxxxxxxxxxxxxxxxxx> <42F5AAA7.6010509@xxxxxxxxx>
On 2005/08/07, at 15:31, UVV wrote:
Hi!
Try to turn off spelling correction for a single command, e.g.
alias mv='nocorrect mv'
Thanks for the suggestion.
That takes care of the second file, but how can I still allow
spelling corrections to work for the first file? For example,
zsh% ls
foo1 foo2 foo3
zsh% mv fo3 foo4
I would like zsh to ask if 'fo3' should be corrected to 'foo3'.
Thanks.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author