From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: guix environment & PS1 Date: Thu, 25 Jun 2015 09:04:01 -0400 Message-ID: References: <1435182094-13537-1-git-send-email-tipecaml@gmail.com> <87fv5gj9je.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44590) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z86p4-0007XW-7v for guix-devel@gnu.org; Thu, 25 Jun 2015 09:04:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z86p0-0003e5-7h for guix-devel@gnu.org; Thu, 25 Jun 2015 09:04:06 -0400 Received: from mail-pd0-f172.google.com ([209.85.192.172]:33171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z86p0-0003dr-2e for guix-devel@gnu.org; Thu, 25 Jun 2015 09:04:02 -0400 Received: by pdjn11 with SMTP id n11so53270486pdj.0 for ; Thu, 25 Jun 2015 06:04:01 -0700 (PDT) In-Reply-To: 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: Ricardo Wurmus Cc: guix-devel On Thu, Jun 25, 2015 at 8:02 AM, Ricardo Wurmus wrote: > > Would it be feasible to give "GUIX_ENVIRONMENT" the package name as a > value instead of just "t"? Not really, because 'guix environment' accepts any number of packages. Up until now I have been using the $SHLVL environment variable to give me an indication that I am within 'guix environment' sub-shell. - Dave