Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Rewrite of zsh-newuser-install
- X-seq: zsh-workers 48420
- From: Marlon <marlon.richert@xxxxxxxxx>
- To: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Rewrite of zsh-newuser-install
- Date: Wed, 7 Apr 2021 17:45:36 +0300
- Archived-at: <https://zsh.org/workers/48420>
- In-reply-to: <20210405181637.GA22397@tarpaulin.shahaf.local2>
- List-id: <zsh-workers.zsh.org>
- References: <B865F477-D72B-426F-9691-268C2E65EC85@dana.is> <EAEB39F8-6DEF-4BC0-A7E4-A59B16DBDF2F@gmail.com> <D2248BF1-5045-4F68-89F0-F92C903EF73D@dana.is> <20210225080519.GA22300@tarpaulin.shahaf.local2> <CAHLkEDtR6LCZy_2Ks-KATn9T3xyMmNh=ifxiHF4+KhO5uT-Cxw@mail.gmail.com> <20210227132121.GA9308@tarpaulin.shahaf.local2> <CAHLkEDt+=qEL-jMqYxKBXBZuPEi_=dm-Ms-6oZY=b-RyjXJ2rw@mail.gmail.com> <20210405181637.GA22397@tarpaulin.shahaf.local2>
> On 5. Apr 2021, at 21.16, Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
>
> 1. Errors from «mkdir ZDOTDIR» are discarded.
>
> 2. Uses of eval are unsafe (lack ${(q)}) and unnecessary.
>
> 3. That also applies to the munging of $template.
>
> 4. "$zshrc~" is silently overwritten
Thanks, I’ll try to fix those.
> 6. Outputting `man zsh' in two different colours is confusing.
>
> 7. zsh's homepage is https://www.zsh.org/.
>
> 8. zrestart doesn't handle $ZDOTDIR.
>
> 9. For educational purposes, printing should use «print -r --» throughout.
Same for these.
> 18. Show how to use terminal colours/attributes other than the basic
> ones. E.g., I use ${terminfo[dim]} in some places.
Sure, that sounds like a good idea. I wasn’t aware of $terminfo[dim].
Messages sorted by:
Reverse Date,
Date,
Thread,
Author