From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id iAZ6LkYzBGYSjgAAe85BDQ:P1 (envelope-from ) for ; Wed, 27 Mar 2024 15:55:02 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id iAZ6LkYzBGYSjgAAe85BDQ (envelope-from ) for ; Wed, 27 Mar 2024 15:55:02 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=LYnkJ8F+; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1711551302; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=QQDMlOXHWro+73ZydBYRqSFTvQOORrhhUJR4DliHNOk=; b=AKx4yficJEH/fulZyEU3H+p4qQza1yarFWMPAda9xSXjgioYkUV69nR7TkVGlk4SzO1Qul edtQP6vA2+l52mNF9S3q6yoFdfHJ96x73U2LG+mpDDHZz9RGRqAJOVIsrBIhqYg2uTehtW cw9R8vf0RRPbWs1OyU4C/0ApNBLwli1vxsZ38jUvNSgk/cd+lVKhSpdfmyHHxXo34RM3el uLFwStfhEy79avzIzpmOnTBFiBe4qTziUeQl3aSdka4NmZtJMcI0FlF/HEojGfeCatjq2W 7mlb6xvpUOmn91PiEJSeu4VZWQ0kcj+Z/yJY4VcPsDgvowzuofSXG12YtYnIhw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=LYnkJ8F+; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1711551302; a=rsa-sha256; cv=none; b=uyTzjVKa/LDgeCEopL5Ch250qnao3ZC94cHnxLMEmpKACjXTEJ+zXywrCrCI+apn50jnH/ 2Kef67eCPZsAJl+9LhGS2zAyIyEppRf7T2BMSkUvaPp038twxZp2kzBBlqJxM02Wt0GL8S vpVlBkGEuenhtX0Z9YZkAFKb6PN0b7s9dwkU+0g/miivVn2xghzcQOsnJqsgn0DHFNNj+t ooIHbCi4Ap4vCDMu0BUorTbu7qWWsBfB+M6XOmch6AzxEUrq6eqs2akUuzj7gmY614XDOF p2/eCeyjVCt8RNTCy99Zj5yrMXHNYrvnH/fjRcXq2EfU05G/hTz6iWgX3i0v3Q== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9E24E39E30 for ; Wed, 27 Mar 2024 15:55:01 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rpUfU-00016x-NL; Wed, 27 Mar 2024 10:54:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rpUfJ-00011B-Un for bug-guix@gnu.org; Wed, 27 Mar 2024 10:54:10 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rpUfJ-0008PL-C6 for bug-guix@gnu.org; Wed, 27 Mar 2024 10:54:09 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rpUfJ-0000sR-H7 for bug-guix@gnu.org; Wed, 27 Mar 2024 10:54:09 -0400 Subject: bug#67652: [PATCH] * home/services/shells.scm (add-bash-configuration): reorder aliases (Bug#67652) Resent-From: Hilton Chain Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Wed, 27 Mar 2024 14:54:09 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 67652 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Jason Cc: 67652-done@debbugs.gnu.org, Atte Torri , Christian Miller Mail-Followup-To: 67652@debbugs.gnu.org, hako@ultrarare.space, atte.torri@universite-paris-saclay.fr Received: via spool by 67652-done@debbugs.gnu.org id=D67652.17115511982943 (code D ref 67652); Wed, 27 Mar 2024 14:54:09 +0000 Received: (at 67652-done) by debbugs.gnu.org; 27 Mar 2024 14:53:18 +0000 Received: from localhost ([127.0.0.1]:38089 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rpUeU-0000lP-4W for submit@debbugs.gnu.org; Wed, 27 Mar 2024 10:53:18 -0400 Received: from mail.boiledscript.com ([144.168.59.46]:55928) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rpUeR-0000lD-Uy for 67652-done@debbugs.gnu.org; Wed, 27 Mar 2024 10:53:16 -0400 Date: Wed, 27 Mar 2024 22:50:25 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1711551121; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=QQDMlOXHWro+73ZydBYRqSFTvQOORrhhUJR4DliHNOk=; b=LYnkJ8F+rsR6Nn1bQqu+W29hqckIxCxx4lWBuBPaaDGYCz6/6ZLWHHJiAf8DPPlo7Wtyeg OaYSWQ9aVi2oVAEYKmokJTGd04oGhs5IKHbbXzlp2VYaocEDsoiRi4NaXSEVNp+tP3VVE4 hDe4QgA81ehFA6wmnDyJxkkwLs85htjCBSwoLCU+p6G+bUOpAFbs+LkFtyH1+L98DphPRA pr6o6AfJS70Kk7O+vdkrium5ut+QMGo2nN4d583XEd3MMti9CatCvxTR6snsTpxIrJRxCk OueHJtXXaaknGIUmvtnYLTkn7eH8JGKIj8OZhoFGnx8IZEquLIwTe2ucYwvUgQ== Message-ID: <87edbvn2z2.wl-hako@ultrarare.space> In-Reply-To: <7f93dd2f4f61dde7e538891f32ea43fae9948181.1708575015.git.jasonkdarby@gmail.com> References: <26318035.896827.1701791650006.JavaMail.zimbra@universite-paris-saclay.fr> <7f93dd2f4f61dde7e538891f32ea43fae9948181.1708575015.git.jasonkdarby@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spamd-Bar: -- X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Hilton Chain From: Hilton Chain via Bug reports for GNU Guix Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: bug-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Spam-Score: -6.85 X-Migadu-Queue-Id: 9E24E39E30 X-Migadu-Scanner: mx13.migadu.com X-Migadu-Spam-Score: -6.85 X-TUID: 0QFOE4GgD1Aq Hi everyone, On Thu, 22 Feb 2024 12:10:15 +0800, Jason wrote: > > From: Jason Darby > > Change-Id: I288856bb6befe378ca60ef78578acc069cb18532 > --- > gnu/home/services/shells.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) I have applied Jason's patch as 0b38c9401bebb6b87093555ef3768a8e1855c938, thank you all!