From: <hzoli@VNET.IBM.COM> (Zoltan T. Hidvegi)
To: dov@Orbotech.Co.IL (Dov Grobgeld)
Cc: zsh-users@math.gatech.edu
Subject: Re: Ignoring ~ when expanding scripts
Date: Wed, 21 May 1997 15:38:44 -0400 (EDT) [thread overview]
Message-ID: <9705211938.AA14580@belgium.fishkill.ibm.com> (raw)
In-Reply-To: <199705211154.OAA10534@glait.Orbotech.Co.IL> from Dov Grobgeld at "May 21, 97 02:54:21 pm"
Dov Grobgeld wrote:
> I just downloaded version 3.1.0 of zsh and am trying to set up the
> startup files.
Do not use zsh-3.1.0. It is a beta release. It is probably confusing that
it does not have beta in its name, so I just removed this file from the ftp
archive. Zsh-3.0.3 (stable) and zsh-3.1.2 (beta) will be out in about a
week, test releases are already available.
> How can I make zsh ignore executables that end in ~ when doing
> command completion? This is different from fignore where you want to
> ignore parameters to the command.
As far as I know, there is no simple way to do that. A hackish solution
would be executing hash -f; unhash -m '*~' each time you change the $PATH.
Unfortunately hash -f can be quite slow, but you can probably live with it
since it is done anyway the first time you try to complete a command.
Zoltan
next parent reply other threads:[~1997-05-21 19:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <199705211154.OAA10534@glait.Orbotech.Co.IL>
1997-05-21 19:38 ` Zoltan T. Hidvegi [this message]
1997-05-21 22:45 ` Chris Laas
1997-05-22 2:59 ` Zoltan Hidvegi
1997-05-22 4:37 Zoltan Hidvegi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9705211938.AA14580@belgium.fishkill.ibm.com \
--to=hzoli@vnet.ibm.com \
--cc=dov@Orbotech.Co.IL \
--cc=zsh-users@math.gatech.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.vuxu.org/mirror/zsh/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).