From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 26529 invoked from network); 9 May 2021 21:00:25 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 9 May 2021 21:00:25 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20200801; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Content-Type:Subject:To:From:Date: References:In-Reply-To:Message-Id:Mime-Version:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=v5sGdbxvSpCkors4U0HcPU65/6BsCnDxe3x/KWA/VKg=; b=YK+Put3jfM/zs890YEUd2XSNoH 6s5hJ5IYkAfQbhL72v8IMlgvYuhpR4tRRDnewvHpGXYHeZqjLdf9oo/AF1UkxJkxl9Y75Zs3xXiep 8WqRzLSWNDFkGHefUZhT8qfWL91vhO252zYQjs7eY7dcsIaVB4jyD4AUxzhRsT4hSwbYwsWxOerpS dypUofFEA7G8pyjLS4/KDQvHvLU1lKgmoYNl2PoWgwH//fNpmozN3KN6sp1h5QVsn9iDFwlyj0w+E 5pdPFKlllwbAeYMjuGA4CZas8RklCcjYR/qzHP9mTP/qmorXYeAzbi3PyRc7VvpAyevS3rzhQ3E9B gjV5UB3g==; Received: from authenticated user by zero.zsh.org with local id 1lfqXI-000FBO-Vd; Sun, 09 May 2021 21:00:25 +0000 Received: from authenticated user by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1lfqX4-000EtB-2t; Sun, 09 May 2021 21:00:10 +0000 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailauth.nyi.internal (Postfix) with ESMTP id E6B5127C0054 for ; Sun, 9 May 2021 17:00:08 -0400 (EDT) Received: from imap2 ([10.202.2.52]) by compute1.internal (MEProxy); Sun, 09 May 2021 17:00:08 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvdegiedgudehkecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepofgfggfkjghffffhvffutgesth dtredtreerjeenucfhrhhomhepnfgrfihrvghntggvpgggvghljoiiqhhuvgiiuceolhgr rhhrhihvseiishhhrdhorhhgqeenucggtffrrghtthgvrhhnpeeikeejveeludegfeeigf eulefggfdttdegheevvdehvdeigfehvdffuedvvdeuheenucevlhhushhtvghrufhiiigv pedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlrghrrhihvhdomhgvshhmthhprghuth hhphgvrhhsohhnrghlihhthidqudduhedukeejjedtgedqudduledvjeefkeehqdhlrghr rhihvheppeiishhhrdhorhhgsehfrghsthhmrghilhdrtghomh X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id AAE8CA00079; Sun, 9 May 2021 17:00:08 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-448-gae190416c7-fm-20210505.004-gae190416 Mime-Version: 1.0 Message-Id: <38b40e63-68f5-4cee-ada9-e665d1ce9927@www.fastmail.com> In-Reply-To: References: <20210426032200.GA26443@tarpaulin.shahaf.local2> <20210429141209.GG28063@tarpaulin.shahaf.local2> Date: Sun, 09 May 2021 16:59:48 -0400 From: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= To: zsh-workers@zsh.org Subject: Re: [RFC][PATCH] Add zrestart() Content-Type: text/plain X-Seq: 48804 Archived-At: X-Loop: zsh-workers@zsh.org Errors-To: zsh-workers-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-workers-request@zsh.org X-no-archive: yes List-Id: List-Help: List-Subscribe: List-Unsubscribe: List-Post: List-Owner: List-Archive: On Fri, Apr 30, 2021, at 1:27 PM, Marlon Richert wrote: > As for your other points: I don't really have anything to comment on > them, as this function hasn't been my idea in the first place. I > originally just had a note in the newuser .zshrc telling the user to > use `exec zsh` to apply changes, rather than `source ~/.zshrc`. > However, in workers/48026, Oliver expressed apprehension about this, > to which Bart, in workers/48031, suggested a different solution, which > I ultimately grew into the patch submitted here. Perhaps the three of > you could discuss this further? Anything else on this? vq