From owner-freebsd-questions@FreeBSD.ORG Sun Apr 10 04:50:39 2005 Return-Path: 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 CA79016A4CE for ; Sun, 10 Apr 2005 04:50:39 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1025743D41 for ; Sun, 10 Apr 2005 04:50:39 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so997733rng for ; Sat, 09 Apr 2005 21:50:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=kBiPygYGkGslWsDeE+CNFegBpbozyRi9zZky1Ai/BV2wse2DkE5mzCvn/a2vq69Rjp7THtbvx2eGU5OeIGfO08F0KiSEOtyVkVhXPGwMZ+uTYK4uKlbuaLuwnvjueNWRfIBR9XyZ9dDG374EiaZV8CHixcqhA9Q3U1aMMZe/7SY= Received: by 10.38.71.62 with SMTP id t62mr1785162rna; Sat, 09 Apr 2005 21:50:38 -0700 (PDT) Received: by 10.38.74.23 with HTTP; Sat, 9 Apr 2005 21:50:38 -0700 (PDT) Message-ID: Date: Sun, 10 Apr 2005 06:50:38 +0200 From: Gert Cuykens To: bob@a1poweruser.com In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: cc: freebsd-questions@freebsd.org Subject: Re: egetty X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2005 04:50:39 -0000 On Apr 10, 2005 4:47 AM, bob@a1poweruser.com wrote: > Gert > I see you are using pwd command to display where in directory tree > you currently pointing > There is a way to configure FBSD to display the directory path as a > prefix in front of the command line so you know where you are at in > the directory tree at all times, thus eliminating the need to use > the pwd command. > Issue following command from command line > > set prompt = "# %/ >" # that's "#space%/space>" > > /root/.cshrc gets executed when you log on as root. Find and change > the set prompt command in .cshrc to the one above and you will never > have to use the pwd command again. > No its to long then :)