Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: A scheme to manage several ZSH config file collections?
- X-seq: zsh-users 13058
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "Peter Stephenson" <pws@xxxxxxx>
- Subject: Re: A scheme to manage several ZSH config file collections?
- Date: Thu, 24 Jul 2008 16:15:37 +0200
- Cc: "Zsh users list" <zsh-users@xxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=zwSZN0P6eF0QWHMAC8GgNuz6ImzchN2I5MS9XEa/jFI=; b=RxEBsd8Fv8QJCPeoUH1UUtOzy7kErvvUWdo6oNikBw9daz/oVeRHFBQqxA2OZB5AS9 0zwuVjOyyJmEimRx5blaz0jraHIbg/Dx32kGa+oWjzxc7LRthw9CNY7nel1ITSnmvjoX lcxQhhDrjXEYOsVDBHWsn1WtVBggkmapH2Vog=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Jf0Iv9S/j2zX+h5HCWCj/AkurK4fcDbxvr8f6xxCsQQnllNwCESd2AcLuduwVgDJ6N OsBns3TzPywjTcPCj/imGrsmBgqpVioWMDnnqXd/Sz1UrJ/ewGaLjVRWWv2D+sTdNI/z dRGeIRqN5xFV5C9SVvYd+Aqu9QG8k6AIY80fo=
- In-reply-to: <200807241406.m6OE6wAn015564@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <2d460de70807240448v2d77b44dr5b25580e7a39f51b@xxxxxxxxxxxxxx> <200807241205.m6OC5ExC014430@xxxxxxxxxxxxxx> <2d460de70807240656k538326f2k2925e06f7098da38@xxxxxxxxxxxxxx> <200807241406.m6OE6wAn015564@xxxxxxxxxxxxxx>
On Thu, Jul 24, 2008 at 16:06, Peter Stephenson <pws@xxxxxxx> wrote:
> So you're worrying about the case where multiple shells have started,
> discovered that there's no .zshrc, and are all waiting for user input?
Yes.
> No, I don't think there's an easy way round; you'd have to trap that in
> the function. They could sleep waiting for input and checking for
> .zshrc, I suppose, but that's a bit messy.
Yah, those are the two options I came up with. Are any of the usual kill
signals in use, by default? Once zsh-newuser-install ends (itself), the
trap can simply be released and normal usage can continue.
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author