From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: System configuration, ~/.profile, custom path etc. Date: Mon, 16 Mar 2015 19:48:38 +0100 Message-ID: <20150316184838.GD17577@debian> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXa4D-00065k-IM for guix-devel@gnu.org; Mon, 16 Mar 2015 14:48:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXa4A-0002t4-9M for guix-devel@gnu.org; Mon, 16 Mar 2015 14:48:45 -0400 Received: from mout.kundenserver.de ([212.227.17.13]:57153) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXa49-0002sU-Uw for guix-devel@gnu.org; Mon, 16 Mar 2015 14:48:42 -0400 Content-Disposition: inline In-Reply-To: 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: =?utf-8?B?55m944GE54aK77yg55u45pKy6YGT?= Cc: guix-devel@gnu.org 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