Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: array/variable inconsistency
- X-seq: zsh-users 2087
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: "John Cooper" <John.Cooper@xxxxxxxxxx>, zsh-users@xxxxxxxxxxxxxxx
- Subject: Re: array/variable inconsistency
- Date: Thu, 4 Feb 1999 08:30:15 -0800
On Feb 4, 3:59pm, John Cooper wrote:
} Subject: array/variable inconsistency
}
} When I set path as an array, the value is reflected in the uppercase PATH
} environment variable:
}
} $ path=(one two three)
} $ echo $PATH
}
} However, this doesn't work for (most) other variables
PATH and path are "special" variables which zsh handles internally. The
same is true of FPATH/fpath and a couple of others.
There's no facility for linking an arbitrary pair of variables this way
in any released version of zsh. This linking feature was added very
recently by a patch to the 3.1.x development version of zsh, but AFAIK
that version has never been ported to Windows.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author