zsh-users
 help / color / mirror / code / Atom feed
* Something like noglob to inhibit brace expansion?
@ 2003-10-04 23:40 Lloyd Zusman
  2003-10-05 10:50 ` DervishD
  2003-10-05 16:21 ` Bart Schaefer
  0 siblings, 2 replies; 8+ messages in thread
From: Lloyd Zusman @ 2003-10-04 23:40 UTC (permalink / raw)
  To: zsh-users

Is there something akin to the noglob precommand modifier that I can use
to inhibit brace expansion?

  % alias pr='noglob print'
  % pr *
  *
  % pr {a,b,c,*}
  a b c *

What I'd like to see is {a,b,c,*}

I know that 'setopt ignorebraces' handles this in general, but it's not
a precommand modifier, so I don't see how I can use it like this within
an alias.

Does anyone know of any tricks to get this functionality within
an alias?

Thanks in advance.


-- 
 Lloyd Zusman
 ljz@asfast.com


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-10-06 19:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-04 23:40 Something like noglob to inhibit brace expansion? Lloyd Zusman
2003-10-05 10:50 ` DervishD
2003-10-05 16:21 ` Bart Schaefer
2003-10-06 14:12   ` Lloyd Zusman
2003-10-06 15:43     ` Anthony R Iano-Fletcher
2003-10-06 17:01     ` Bart Schaefer
2003-10-06 17:19       ` Lloyd Zusman
2003-10-06 19:05         ` Bart Schaefer

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