zsh-users
 help / color / mirror / code / Atom feed
* help w/ logic on compctl pattern
@ 1995-07-05 21:15 Jose Unpingco
  0 siblings, 0 replies; only message in thread
From: Jose Unpingco @ 1995-07-05 21:15 UTC (permalink / raw)
  To: zsh-users


Hi,

I want to set up the compctl so that vi args complete only files
which are not directories and are not files that end in .bak.

I got as far as 

ls *(^/) 

which lists everything not a directory

and 

ls ^bak

which lists every file not ending in bak

but I can't figure how to AND these two patterns together.

thanks.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1995-07-05 21:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-07-05 21:15 help w/ logic on compctl pattern Jose Unpingco

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).