From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Issues with my configuration - zsh shell default Date: Sun, 09 Jul 2017 00:11:43 +0200 Message-ID: <874lumwpcw.fsf@gnu.org> References: <87h8ys8s7i.fsf@elephly.net> <87o9t0uid6.fsf@santanas.co.za> <87eftv8evh.fsf@elephly.net> 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]:41261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dTxx9-0004Vy-3o for help-guix@gnu.org; Sat, 08 Jul 2017 18:11:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dTxx4-0006Rt-5w for help-guix@gnu.org; Sat, 08 Jul 2017 18:11:51 -0400 In-Reply-To: <87eftv8evh.fsf@elephly.net> (Ricardo Wurmus's message of "Wed, 05 Jul 2017 10:30:42 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Ricardo Wurmus Cc: help-guix@gnu.org, Fredrik Salomonsson Ricardo Wurmus skribis: >> This worked for me. Thanks. What is the best way of looking up what pack= age >> belongs to what module? In case I hit more of this in the future. > > You can use =E2=80=9Cguix package -s zsh=E2=80=9D and then use recutils t= o match on the > =E2=80=9Cname=E2=80=9D field and print the =E2=80=9Clocation=E2=80=9D fie= ld. The location matches the > module name: > > gnu/packages/shells.scm =E2=80=93> (gnu packages shells) =E2=80=9Cguix package -A zsh=E2=80=9D would also show the location in a con= cise way. Ludo=E2=80=99.