From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: use zsh and fish as login shell Date: Sat, 06 Dec 2014 16:09:11 +0100 Message-ID: <877fy4zug8.fsf@gnu.org> References: <87k32gtz2p.fsf@gmail.com> <87mw7cjt7b.fsf@gnu.org> <87mw7b74ar.fsf@gmail.com> <8761dzynah.fsf@gnu.org> <87vblyy9ia.fsf@gmail.com> <87egsjcyst.fsf@gnu.org> <87wq6aun7b.fsf@gmail.com> <87oarjqadw.fsf@gnu.org> <87bnnifikk.fsf@gmail.com> <87388txkyd.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]:60000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxGz4-0003BK-79 for guix-devel@gnu.org; Sat, 06 Dec 2014 10:09:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XxGyv-0000En-5r for guix-devel@gnu.org; Sat, 06 Dec 2014 10:09:22 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:49763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxGyu-0000Ee-VT for guix-devel@gnu.org; Sat, 06 Dec 2014 10:09:13 -0500 In-Reply-To: <87388txkyd.fsf@gmail.com> (=?utf-8?B?IuWui+aWh+atpiIncw==?= message of "Sat, 06 Dec 2014 16:04:58 +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: > My previous patches for bash/zsh did not put fish into consider. > It's not POSIX-compliant, I have to generate a different config file. > > Gentoo/Exherho create different files for differnt shells, eg: > /etc/profile.env for sh > /etc/profile.csh for csh It seems that /etc/profile is the standard name for Bourne shells, so I would leave it under that name. OK for /etc/profile.csh. > both comming from /etc/env.d. I don=E2=80=99t see a need to an /etc/env.d directory. What about finalizing your previous patch, taking into account Mark=E2=80= =99s comments and mine, and then discussing Fish/csh support separately? That would be easier for me. Thanks! Ludo=E2=80=99.