From owner-freebsd-questions@FreeBSD.ORG Wed Mar 22 19:59:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BAB316A400 for ; Wed, 22 Mar 2006 19:59:40 +0000 (UTC) (envelope-from kralph@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CFC543D45 for ; Wed, 22 Mar 2006 19:59:39 +0000 (GMT) (envelope-from kralph@gmail.com) Received: by pproxy.gmail.com with SMTP id b36so206517pyb for ; Wed, 22 Mar 2006 11:59:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZBMb2dd8Ug67M/uStjlpszQnJiT3o5QE8xOaLE6faNQeOOjtLz44Pz6LeqUbShjG3CDlC3yOdZPaGXEOs7rUTL/EdBjhqZtLDgOIGooMoRQv1H2TU5Kce17b/DVFOXwZoPnFBURzBwqfF6ycaSg39nWHrYhv3E5RnWP1Da+1ZOQ= Received: by 10.65.193.11 with SMTP id v11mr997324qbp; Wed, 22 Mar 2006 11:59:38 -0800 (PST) Received: by 10.65.253.17 with HTTP; Wed, 22 Mar 2006 11:59:38 -0800 (PST) Message-ID: <13d4d6bb0603221159sb7b2316n8a3e75c3a2d17427@mail.gmail.com> Date: Wed, 22 Mar 2006 11:59:38 -0800 From: "Kenyon Ralph" To: "Norberto Meijome" In-Reply-To: <20060322234507.3ec7531a@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <13d4d6bb0603220348m4aee6c81t4f136076eaea2d10@mail.gmail.com> <20060322234507.3ec7531a@localhost> Cc: freebsd-questions@freebsd.org Subject: Re: Where is $PAGER defined? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Mar 2006 19:59:40 -0000 On 3/22/06, Norberto Meijome wrote: > On Wed, 22 Mar 2006 03:48:50 -0800 > "Kenyon Ralph" wrote: > > > If I define PAGER myself in /etc/profile, it is still set to "more" > > upon login. I've done grep -R PAGER /etc and got nothing (except > > /etc/profile of course, which apparently is being overridden). > > ~/.bashrc > > i believe its run after .profile (and the system wide /etc/profile), so > it gets overriden. > > it may also depend on your shell of choice (bash v3 here) Ah, it's actually not in ~/.bashrc, but your email helped me find it.=20 It was in ~/.profile. Thanks!