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

Re: multiple OSes



On Nov 2,  7:41am, Michael Hernandez wrote:
}
} On Nov 1, 2007, at 1:03 PM, Oliver Kiddle wrote:
} 
} > You don't need the for loop to tidy up non-existant directories. The
} > following should do the trick:
} >  path=( $^path(N) )
} 
} Nice! I've had that loop in there for years! Thanks :)

Note that older versions of zsh don't handle glob qualifiers properly if
there are no other globbing characters in the pattern ... so if you use
the same configuration on various hosts, some of which are not up to
date, it may be worth keeping the loop.



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