Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: problem with zmv



On Dec 2,  4:15pm, Ray Andrews wrote:
}
} BTW, don't I remember something to the effect of changing 
} setopts but only for the duration of a given script?  If so, that sounds 
} like a healthy way of doing it.

I'm not recalling what you might be thinking of here, but you can
certainly do this:

alias zmv='() { . zmv }'

That will load zmv from $path instead of $fpath and use function scope
for the "emulate -L".



Messages sorted by: Reverse Date, Date, Thread, Author