From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:54285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hL7r7-000460-3N for guix-patches@gnu.org; Mon, 29 Apr 2019 11:06:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hL7r2-00053d-9H for guix-patches@gnu.org; Mon, 29 Apr 2019 11:06:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54179) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hL7r2-00053P-3U for guix-patches@gnu.org; Mon, 29 Apr 2019 11:06:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hL7r1-0005HK-T7 for guix-patches@gnu.org; Mon, 29 Apr 2019 11:06:03 -0400 Subject: [bug#35456] [PATCH 0/1] Add 'guix install', 'guix remove', and 'guix upgrade' Resent-Message-ID: MIME-Version: 1.0 References: <20190427162500.13554-1-ludo@gnu.org> <87tvei9s6m.fsf@gnu.org> In-Reply-To: From: zimoun Date: Mon, 29 Apr 2019 15:31:44 +0200 Message-ID: Content-Type: text/plain; charset="UTF-8" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Jonathan Brielmaier Cc: 35456@debbugs.gnu.org Dear, What about user-defined aliases ? Instead of scattered hard-coded aliases. Something using a .guixconfig file mimicking .gitconfig. The default command would be the one we already use. Predefined aliases such that `guix install` or `guix search` etc. should live in .guix-profile/etc/guixconfig. And maybe predefined apt flavor or yum flavour. I mean something like: ~/.guixconfig (alias 'ins (package --install)) (flavour 'apt) ~/.guix-profile/etc/guixalias-apt (alias 'install blabla 'search blabla 'show blabla) ~/.guix-profile/etc/guixalias-yum (alias 'install blabla 'search blabla 'info blabla) I do not know if it makes senses. All the best, simon