From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?5a6L5paH5q2m?= Subject: Re: [PATCH 1/2]: system: Cleanup bash startup files Date: Tue, 09 Dec 2014 18:54:31 +0800 Message-ID: <87lhmhks9k.fsf@gmail.com> References: <87ppbw85fw.fsf@gmail.com> <87k323mbx2.fsf@gnu.org> <87a92y5rl4.fsf@gmail.com> <87k321q3kh.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyIRP-0005Lj-6F for guix-devel@gnu.org; Tue, 09 Dec 2014 05:54:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XyIRG-00032Y-0b for guix-devel@gnu.org; Tue, 09 Dec 2014 05:54:51 -0500 In-Reply-To: <87k321q3kh.fsf@gnu.org> 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s writes: > =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > >> From e660764aebc524b1ed22c594aa45784b510de3e2 Mon Sep 17 00:00:00 2001 >> From: =3D?UTF-8?q?=3DE5=3DAE=3D8B=3DE6=3D96=3D87=3DE6=3DAD=3DA6?=3D >> Date: Fri, 5 Dec 2014 20:01:07 +0800 >> Subject: [PATCH] system: Cleanup bash startup files. >> >> * gnu/system.scm (etc-directory) (bashrc): Rename to 'profile'. >> * gnu/system/shadow.scm (default-skeletons): Rename '.bashrc' to >> '.bash_profile'. Don't source /etc/profile. > > OK to push! Pushed, thanks for the review! > > Thank you, > Ludo=E2=80=99.