From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?5a6L5paH5q2m?= Subject: Re: /etc/profile and .zshrc skeleton Date: Sun, 07 Dec 2014 12:06:49 +0800 Message-ID: <87sigs85nq.fsf@gmail.com> References: <87k32gtz2p.fsf@gmail.com> <874mtafbcw.fsf@gmail.com> <87bnngtnhw.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]:47529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxT7d-0008Sa-D2 for guix-devel@gnu.org; Sat, 06 Dec 2014 23:07:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XxT7X-0003el-St for guix-devel@gnu.org; Sat, 06 Dec 2014 23:07:01 -0500 In-Reply-To: <87bnngtnhw.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: > (I think I had overlooked this email earlier today, sorry for the > confusion.) Sorry for my mess. > > =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > >> From 42ccd7a445c9676db6d2c7b2b0583db45be245aa 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). >> '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. > > One last thing: I think CPATH and LIBRARY_PATH (and eventually > additional search path variables) should remain in /etc/profile. I'll prefer use `guix environment' for dev, just install applications to profile. > > WDYT? > >> From 043e4d9b6743654e048d3495cb5bfa592d17e6c4 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 21:17:49 +0800 >> Subject: [PATCH 2/2] system: Add skeleton '.zshrc'. >> >> * gnu/system/shadow.scm (default-skeletons): Add .zshrc. Ah, this should be ~/.zlogin. > > OK. > > Ludo=E2=80=99. > > PS: In the future it may be easier for review to have one thread per > patch, as per =E2=80=98git send-email=E2=80=99. Ok, I just wait for the msmtp to use git send-email :)