Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: off topic
- X-seq: zsh-users 22172
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: off topic
- Date: Fri, 9 Dec 2016 19:24:06 +0000
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= mesmtp; bh=+mI/GG9nwvnSjxk/pDPVUyDEnag=; b=g8/PezZ6PChDuNaj8IrJ5 NASJ5DSW0ZrkwMrvVw8wJcDjL3oXvUzThMzWe7AFifgG6DJgoUlRz6VVpky6hYPz y4Xh23VgjptaC6YC9qPRgDrz/KREK/ab9GZB2WxVe+ZN8irLoATGiLDNZUoX8zKx ibuH2DH9jcJNQqe2NP6bck=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= smtpout; bh=+mI/GG9nwvnSjxk/pDPVUyDEnag=; b=eKR38bxlBl/f3g5m74Ra SXW8O91C1rfb9wMFicZmAfW4n8sHtbDcbXMqGKzdH2dvKUp+zxJSjuDezSutfYRp YvPLzj+438ELFBF3+H4QWUihlQRAQFx364B4m6Y21E4dEMx55F/iIsdGYxtdh2n8 JMXm2968ZnZaLipS9q0AAls=
- In-reply-to: <584AEDBF.2050402__19991.0537027337$1481307418$gmane$org@eastlink.ca>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20161209122958.GD19559@256bit.org> <57127.1481294647@hydra.kiddle.eu> <584AC8AC.9050406@eastlink.ca> <62522.1481300922@hydra.kiddle.eu> <584AEDBF.2050402__19991.0537027337$1481307418$gmane$org@eastlink.ca>
Ray Andrews wrote on Fri, Dec 09, 2016 at 09:45:35 -0800:
> if zsh only came out of the box with just some basic stuff that almost
> everyone will want, that sure would have been appreciated at the time.
Actually, I think that already exists, in a way:
% env -i ZDOTDIR=$(mktemp -d) zsh
This is the Z Shell configuration function for new users,
zsh-newuser-install.
⋮
(2) Populate your /tmp/tmp.Z4bUNG8Gz5/.zshrc with the configuration recommended
by the system administrator and exit (you will need to edit
the file by hand, if so desired).
--- Type one of the keys in parentheses ---
Typing "2" creates a .zshrc with reasonable default settings, and drops
the user to the prompt; no further menu choices. The catch is that that
check is hardcoded to inspect /etc/zsh/newuser.zshrc.recommended; that
is, it ignores configure's --prefix.
So if we could make that check honour @PREFIX@, and ship a "recommended
zshrc" that is less minimal than the default no-zshrc behaviour...
I think that'd be a good step forward.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author