From owner-freebsd-questions@FreeBSD.ORG Thu Jun 18 16:33:30 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92E47106566C for ; Thu, 18 Jun 2009 16:33:30 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-qy0-f173.google.com (mail-qy0-f173.google.com [209.85.221.173]) by mx1.freebsd.org (Postfix) with ESMTP id 471598FC13 for ; Thu, 18 Jun 2009 16:33:30 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by qyk3 with SMTP id 3so1534195qyk.3 for ; Thu, 18 Jun 2009 09:33:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=pj/Go3yt88I7ZtCWPkuOl1OFrDnmJSIV7MeRP3YuKMo=; b=BYH5XJrlB+wR1GGUD79xy+YRPEL2W2rtuAQvLGXL1Kvn/D/AW+BdUEYZVmmyGosur5 FwvCLBFR36W7NYf5W53xy6sWaSZeBRx3rwzDX8KktlbB72NuO9jPf09mwJHQO9jncihG JIQyg5uId2eyuofUedoGQ91xek5UhlrBMQuCY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=V+6VzfCsEp7KyofhDFRtyY8wbTXUR82lh2mg0f8H2h3mtchmP/vCw9zgO3xQ6YPn2w IQkx+rXdas8YvG5sFkxBjCs725t8w+snkgA/UolPtKgYVQoGyX4l4UFQ+X1u8JItAy3y r0hkLfDuRAkLmoOpzsTotkuLni5GgoMWlqqWA= Received: by 10.224.28.65 with SMTP id l1mr1536142qac.75.1245342809602; Thu, 18 Jun 2009 09:33:29 -0700 (PDT) Received: from phoenix (c-71-230-240-241.hsd1.pa.comcast.net [71.230.240.241]) by mx.google.com with ESMTPS id 6sm50550qwk.40.2009.06.18.09.33.27 (version=SSLv3 cipher=RC4-MD5); Thu, 18 Jun 2009 09:33:28 -0700 (PDT) Date: Thu, 18 Jun 2009 12:33:24 -0400 From: Glen Barber To: Steve Bertrand Message-ID: <20090618163323.GA5632@phoenix> References: <4A3994BC.1000600@ibctech.ca> <4ad871310906171819h7b1ce0d8l489497df293c87c2@mail.gmail.com> <4A399742.1050402@ibctech.ca> <4A39A029.2030805@ibctech.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A39A029.2030805@ibctech.ca> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-questions@freebsd.org Subject: Re: Changing my login directory 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: Thu, 18 Jun 2009 16:33:30 -0000 Steve Bertrand wrote: > I'd like to add for archive purposes, that with csh, adding the > following within the 'if' block in .cshrc will provide a prompt that > includes the current working directory, without the full path (which I > also wanted: > > set prompt = "%c1 % " > > Output: > > ~/devel % ll > Steve, Thanks for that little tidbit in return -- I've been trying to figure how prompt settings. :) -- Glen Barber