From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Bash completions Date: Mon, 16 Mar 2015 23:24:31 +0100 Message-ID: <87zj7cr36o.fsf@gnu.org> References: <87twy1pw4j.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]:45992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXdRC-00074S-5T for guix-devel@gnu.org; Mon, 16 Mar 2015 18:24:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXdR7-0005rY-GJ for guix-devel@gnu.org; Mon, 16 Mar 2015 18:24:42 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41869) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXdR7-0005rQ-Dz for guix-devel@gnu.org; Mon, 16 Mar 2015 18:24:37 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:35968 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1YXdR3-0003ia-Ow for guix-devel@gnu.org; Mon, 16 Mar 2015 18:24:37 -0400 In-Reply-To: <87twy1pw4j.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 03 Mar 2015 23:13:48 +0100") 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: guix-devel@gnu.org I forgot to mention it but commit 1d167b6 implements that. Now, when the =E2=80=98bash-completion=E2=80=99 package is available in the= global profile (which is the case by default), Bash completions are automatically loaded, included those found in user profiles. Ludo=E2=80=99.