From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?=E7=99=BD=E3=81=84=E7=86=8A=EF=BC=A0=E7=9B=B8=E6=92=B2?= =?UTF-8?Q?=E9=81=93?= Subject: Re: System configuration, ~/.profile, custom path etc. Date: Mon, 16 Mar 2015 20:01:09 +0100 Message-ID: References: <20150316184838.GD17577@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXaGL-0002Gi-Ox for guix-devel@gnu.org; Mon, 16 Mar 2015 15:01:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXaGE-0005aZ-1U for guix-devel@gnu.org; Mon, 16 Mar 2015 15:01:17 -0400 Received: from deleuze.hcoop.net ([69.90.123.67]:33050) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXaGD-0005aU-VF for guix-devel@gnu.org; Mon, 16 Mar 2015 15:01:09 -0400 In-Reply-To: <20150316184838.GD17577@debian> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org On 2015-03-16 19:48, Andreas Enge wrote: > On Mon, Mar 16, 2015 at 07:20:27PM +0100, 白い熊@相撲道 wrote: >> Let's say I want to add "~/sh" to PATH and also export TEST="This is a >> test." >> How exactly do I add this to sysconfig.scm? > > What speaks against doing this as a user in .bashrc? > > Andreas The .bashrc created after install is readonly by default. I understand I can chmod it and change it, but I thought the reason for this is exactly that it is the idea of Guix to modify it via the skeleton pairs in sysconfig and not edit it directly. Is this not so? -- 白い熊@相撲道