Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
named dirs and corrections
- X-seq: zsh-users 14468
- From: Andreas Sahlbach <andreas.sahlbach@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: named dirs and corrections
- Date: Fri, 9 Oct 2009 16:37:00 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:date:message-id :subject:from:to:content-type; bh=eHXRlGUM7ykIewPxOkSCokhgA73RXFty54N+8PLjvMg=; b=TlYo9tjQq+R94isDXzXi/3zfjkKhUbsXXTDxf2n9/2ZwKzgUHseu58UHLa6Zghlnkk Ik4iW+Xyl58wEhpu8b0VojotEbaHdu+mX0THhX58DfTZ/UdJMlV4XVsLCF40gVWohz5S MAlhP5tkp5tD8pKojQ+Lg2fQOamEzflvogcsQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; b=QNJlbM17RkG8HrtPssV2VLeg+rI7s0FtccQ/Xv8apTsRdPYjCdK7/iYDgdKjrJhtlI tofzzntjI5tMV2YqhtHh2liSGRMMe+sJD9Q5HbusAaji4P1HooVBZ5jUHvBNB7LMR6Zf 7n8+VbaFa1CuybHg5YWOMwwkKEWteaAErMSHI=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Reply-to: andreas@xxxxxxxxxxxx
Hi!
Is it possible to give cdpath directories a higher priority than corrections during a "cd"? I have the following directory/file layout:
~/.foo/foo.settings
~/projects/foo
My cdpath is set to "~/projects".
So if I am in my home dir and do "cd foo" I get an
zsh: correct foo to .foo ? ([Y]es/[N]o/[E]dit/[A]bort)
After pressing n I end up in ~/projects/foo. I would like to turn off corrections for matching directories found in cdpath, so that I don't get the corrections prompt for cases, where a cdpath entry is found.
Is there a way to do that?
Any help will be appreciated,
cheers,
Andreas
--
Andreas Sahlbach
Messages sorted by:
Reverse Date,
Date,
Thread,
Author