Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: path PATH
- X-seq: zsh-users 28679
- From: Ray Andrews <rayandrews@xxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: path PATH
- Date: Fri, 20 Jan 2023 18:23:08 -0800
- Archived-at: <https://zsh.org/users/28679>
- In-reply-to: <CAH+w=7bJS1UFFd4cG=6Di7auYBDu1nYAd_3KNpgjQaVFjLn7yA@mail.gmail.com>
- List-id: <zsh-users.zsh.org>
- References: <0dc71450-d082-93da-52f8-d4e6b97199af@eastlink.ca> <CAH+w=7bJS1UFFd4cG=6Di7auYBDu1nYAd_3KNpgjQaVFjLn7yA@mail.gmail.com>
On 2023-01-20 14:20, Bart Schaefer wrote:
Have you completely forgotten the lengthy thread (Subject: "typeset
-p" inconsistency) that we had the first week of last November?
Not completely, but perhaps some detail. It was one of those things
that swamped me with too much to learn too quickly. Anyway, all the
other '-T' arrays show identical content for either version, only 'PATH
path' has this issue AFAICT. And only PATH path is reported as 'export
-T' (as well as 'typeset -g -aT', but all the '-T' arrays have double
entries tho only PATH path has that unique 2nd version).
$ typeset -p | grep --color=always -- '^export -T'
export -T PATH path=( . /aWorking/Zsh/System /aWorking/Bin
/usr/local/bin /usr/sbin /usr/bin )
... so it is unique. Anyway it's a small thing but I'm wondering why
only the one 'version' is ever shown. If it was covered, pardon, I've
forgotten that.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author