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

Re: Two simple questions



Hi!

> > # Clean up paths 
> > path=($^path(N))
> > manpath=($^manpath(N)) 
> 
>     I don't get that two. The 'N' sets nullglob for
> that expansion,
> right but, why the '^'? AFAIK that only turns on
> 'RC_EXPAND_PARAM'
> for that expansion :? I'm curious :)

Those removes non-existing dirs from paths. It was
suggested on this list just a couple of months ago.
See for the explanation at:

http://www.zsh.org/mla/users/2004/msg00608.html


		
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com



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