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

Re: path PATH




On Fri, 27 Jan 2023, Ray Andrews wrote:

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
...


as a lurker on the list, i am very grateful that you, ray, persevered through this thread. if dp(){} has changed since yesterday, would you mind posting your latest version?

the details from bart, roman, and mikael in both of these related threads ( -Re: path PATH, -Re: A way to untie -T vars?) have been quite helpful.


--




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