From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/2]: system: Cleanup bash startup files Date: Sun, 07 Dec 2014 21:40:09 +0100 Message-ID: <87k323mbx2.fsf@gnu.org> References: <87ppbw85fw.fsf@gmail.com> 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]:60196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xxict-00063n-1m for guix-devel@gnu.org; Sun, 07 Dec 2014 15:40:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xxicl-0007Xz-JO for guix-devel@gnu.org; Sun, 07 Dec 2014 15:40:18 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:46537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xxicl-0007X3-EB for guix-devel@gnu.org; Sun, 07 Dec 2014 15:40:11 -0500 In-Reply-To: <87ppbw85fw.fsf@gmail.com> (=?utf-8?B?IuWui+aWh+atpiIncw==?= message of "Sun, 07 Dec 2014 12:11:31 +0800") 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?5a6L5paH5q2m?= Cc: guix-devel@gnu.org =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > From feba8aac3e4b0ae0255e034b2b7cc12b405ce675 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 1/2] system: Cleanup bash startup files. > > * gnu/system.scm (etc-directory) (bashrc): Rename to (profile). Should be: * gnu/system.scm (etc-directory)[bashrc]: Rename to 'profile'. > 'LC_ALL': Change to 'LANG'. > 'CPATH', 'LIBRARY_PATH': Remove. > 'PS1', 'alias ls', 'alias ll': Move to ... > * gnu/system/shadow.scm (default-skeletons): > (.bashrc): ... here. Don't source /etc/profile. > (.bash_profile): New skeleton. Just: * gnu/system/shadow.scm (default-skeletons): Rename '.bashrc' to '.bash_profile'. Don't source /etc/profile. OK to push with these changes. (We=E2=80=99ll see what to do with CPATH/LIBRARY_PATH afterwards.) Ludo=E2=80=99.