Date: Fri, 27 Jan 2023 13:09:41
From: Ray Andrews <rayandrews@xxxxxxxxxxx>
To: zsh-users@xxxxxxx
Subject: Re: path PATH
On 2023-01-27 12:45, Bart Schaefer wrote:
On Fri, Jan 27, 2023 at 9:51 AM Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:
t: The variable is 'tied' to another variable (see docs: 'typeset -T').
... edits and corrections most welcome. Have I missed any?
You'll probably never see it, but "typeset -t" puts a "tag"...
...
Anyway I'm happy that:
0 /aWorking/Zsh/Source/Wk 0 $ typeset -p path
typeset -aT PATH path=( . /aWorking/Zsh/System /aWorking/Bin /usr/local/bin
/usr/sbin /usr/bin )
is now:
1 /aWorking/Zsh/Source/Wk 0 $ v path
...