Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Metacharacters in PATH variable?
- X-seq: zsh-workers 2762
- From: Zefram <zefram@xxxxxxxxxxxxxxxxx>
- To: olsenc@xxxxxxxxxxxxxxxx (Clint Olsen)
- Subject: Re: Metacharacters in PATH variable?
- Date: Thu, 9 Jan 1997 19:04:56 +0000 (GMT)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <Mutt.19970109102639.olsenc@xxxxxxxxxxxxxxxxxxxxx> from "Clint Olsen" at Jan 9, 97 10:26:39 am
Clint Olsen wrote:
>PATH=${PATH}:/opt/{ansic,langtools,audio}/bin
path=( $path /opt/{ansic,langtools,audio}/bin )
>or better yet somehow dynamically find all the bin dirs here and add it to
>the path in some sort of compact notation like the above.
path=( $path /opt/*/bin )
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author