From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id SLN8KCWTNGJWFQAAgWs5BA (envelope-from ) for ; Fri, 18 Mar 2022 15:11:49 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id mH/MJSWTNGI6JAEA9RJhRA (envelope-from ) for ; Fri, 18 Mar 2022 15:11:49 +0100 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 097513A773 for ; Fri, 18 Mar 2022 15:11:49 +0100 (CET) Received: from localhost ([::1]:57188 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nVDKV-0005Hu-VK for larch@yhetil.org; Fri, 18 Mar 2022 10:11:47 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54562) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nVDC2-0000em-FT for guix-patches@gnu.org; Fri, 18 Mar 2022 10:03:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35897) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nVDC2-0000cy-5C for guix-patches@gnu.org; Fri, 18 Mar 2022 10:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nVDC2-000406-1x for guix-patches@gnu.org; Fri, 18 Mar 2022 10:03:02 -0400 Subject: bug#54356: [PATCH] home: services: Fix bash aliases without guix-defaults. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 18 Mar 2022 14:03:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54356 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: angry rectangle Cc: 54356-done@debbugs.gnu.org Mail-Followup-To: 54356@debbugs.gnu.org, ludo@gnu.org, angryrectangle@cock.li Received: via spool by 54356-done@debbugs.gnu.org id=D54356.164761214715324 (code D ref 54356); Fri, 18 Mar 2022 14:03:01 +0000 Received: (at 54356-done) by debbugs.gnu.org; 18 Mar 2022 14:02:27 +0000 Received: from localhost ([127.0.0.1]:58026 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nVDBT-0003z6-D7 for submit@debbugs.gnu.org; Fri, 18 Mar 2022 10:02:27 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48716) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nVDBR-0003ys-A0 for 54356-done@debbugs.gnu.org; Fri, 18 Mar 2022 10:02:26 -0400 Received: from [2001:470:142:3::e] (port=48974 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nVDBK-0000Z8-I4; Fri, 18 Mar 2022 10:02:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=qyy6ghb822V8E4shqlGfJBui2F3Sj8TbgSFegY/bZVw=; b=R6TPkzkY823wVtOZ9CVo +F7RUjn65hLhT9iLjpdsBnDlsVIxxj4GtQNMxrSF3XpquHbCaak6/pL74peP90l33AouvtOtDmuy3 kqZDNW9jBJZlmrtNYSzjAZ26xzUV4Bvcn99wKymSX3MyHj/6cqocky7c/+MTM3sVAhs4sG1zsLaZa N6I43BUz5FO9PtSWMVKVY7wZWK8JiPVKJd7C3Z+RBvY7Hynp/a0DXGDgJUhrQ3HNCGtpPLNGQyWRM +Of7IzoTh3TFjasGfi+BHRGkj1MBfIPhga7HKqJIFlFlUVYzBL5HPanxrRLoS2TtooKpjpyZqu+3o wkSGWPDvnLjAhQ==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=51146 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nVDBJ-0006FZ-UN; Fri, 18 Mar 2022 10:02:18 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <878rteg9vo.fsf@cock.li> <87zgluesct.fsf@cock.li> Date: Fri, 18 Mar 2022 15:02:15 +0100 In-Reply-To: <87zgluesct.fsf@cock.li> (angry rectangle's message of "Sat, 12 Mar 2022 17:05:35 -0500") Message-ID: <874k3vqryw.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1647612709; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: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=qyy6ghb822V8E4shqlGfJBui2F3Sj8TbgSFegY/bZVw=; b=g9PD9oUteHcpmvkpWMaG4AFWN2w8mVaxFTnVz7wJQfubaqFSXHDpIpHU4ZwEl7Hb4QRwOH p2gdgDaGWUtAVWzKe8BomuTEkAz4YGBD/n4kbM5ecauKfhGJOffXk7Z/y5io/69krhU9IR fBxvUE3hEuWZSP11rXFvhN7Av1s3R8jd9sejf47mfDpFfINRhkPYH76eZY2Fj9E/kSus5H kj3uAsQ6aWm1ZrZj8H2/TUtEss2prS5Edm0oAJwVnNG2LFG5EvCod8SlwQdyWVb0yVG8+Z 6oDw51zPQTS0TC0EEMMoQijKqcT93Y8rlkrRJma4sJmnOiQcxFPr/IR/Dn0npA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1647612709; a=rsa-sha256; cv=none; b=g5FwebCAnSzjKBJZeeHXKe53u/5YrvM7lsYqUe+NrncceIH9992Wl4a4frQIfm/zOR+lF1 TGBb4ig6XXZ+lYtjPicHVyshrXdoB3g1aAaa4i03tpR0a7JkItaNpITWVMP57CAg72ytvU mGi7ul9FwwLQeMpqzq5c6P3tBQJhjlj11VG9cIb8d0LuqQPYZFuy3gRMQiiCfKm+3c8Mgu 5xcb3QswYfmpdeavuxrBBHuRzfydgD3NPOzsFKSbK4nWD+SxCRPgFxM0CALE2WSEs0CLG/ huOxQiXo5Se1Iu+BqdxPG40zItMA+SFILmRyk7Ni5/yreEVp/kDPDU1xR94Dkw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=R6TPkzkY; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.54 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=R6TPkzkY; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 097513A773 X-Spam-Score: -4.54 X-Migadu-Scanner: scn0.migadu.com X-TUID: SNRyJCnJ4nmY Hi, angry rectangle skribis: >>>From 0a278853a0b9b33082a8d3164424e8b7d1abb7dd Mon Sep 17 00:00:00 2001 > From: angryrectangle > Date: Sat, 12 Mar 2022 15:28:15 -0500 > Subject: [PATCH] home: services: Fix bash aliases without guix-defaults. > > * gnu/home/services/shells.scm: Fix bash aliases not being added if > guix-defaults? was #f. Also fix inaccuracy in documentation about place= ment > of defaults. Good catch! I applied it and fixed the same string in doc/guix.texi. Thanks, Ludo=E2=80=99.