zsh-workers
 help / color / mirror / code / Atom feed
* [Feature Request] Add ability to define functions as noglob
@ 2019-08-15 14:53 Aryn Starr
  2019-08-15 15:25 ` Daniel Shahaf
  0 siblings, 1 reply; 3+ messages in thread
From: Aryn Starr @ 2019-08-15 14:53 UTC (permalink / raw)
  To: zsh-workers

A lot of functions need to be noglob. My current workflow is to define the function as `function sth-raw()` and then `alias sth='noglob sth-raw'`. (I use different names so that I can use `which sth-raw` to easily inspect the source.)
It’d be so much better if zsh adds a way to handle this more elegantly. Something like `noglobfun sth() ...`.
(I personally turn off all auto-corrections, otherwise I’d probably have had the same problem with nocorrect, too.)

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

end of thread, other threads:[~2019-08-15 15:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-15 14:53 [Feature Request] Add ability to define functions as noglob Aryn Starr
2019-08-15 15:25 ` Daniel Shahaf
2019-08-15 15:33   ` Aryn Starr

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