From owner-freebsd-questions Wed Jun 20 15:48:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 8CA3B37B40F for ; Wed, 20 Jun 2001 15:48:47 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from hades.hell.gr (patr530-a187.otenet.gr [212.205.215.187]) by mailsrv.otenet.gr (8.11.1/8.11.1) with ESMTP id f5KMmiS12570; Thu, 21 Jun 2001 01:48:44 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.4/8.11.3) id f5KMmc104756; Thu, 21 Jun 2001 01:48:38 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 21 Jun 2001 01:48:35 +0300 From: Giorgos Keramidas To: kek971@mail.usask.ca Cc: freebsd-questions@FreeBSD.ORG Subject: Re: customizing console?? Message-ID: <20010621014834.A656@hades.hell.gr> References: <993008866.3b301ce25b0ab@my.usask.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <993008866.3b301ce25b0ab@my.usask.ca>; from kek971@mail.usask.ca on Tue, Jun 19, 2001 at 09:47:46PM -0600 X-PGP-Fingerprint: 3A 75 52 EB F1 58 56 0D - C5 B8 21 B6 1B 5E 4A C2 X-URL: http://students.ceid.upatras.gr/~keramida/index.html Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jun 19, 2001 at 09:47:46PM -0600, kek971@mail.usask.ca wrote: > i'm using csh... how can i set up a prompt showing the current directory? > Anyone tell me some good internet resources about configuring console??? In recent 4-STABLE releases, the /bin/csh shell is actually tcsh. If that is the case with your shell, you can always use: % set prompt = '%/> ' to have the current directory in your prompt. The manpage of tcsh shows lots of escape sequences starting with % that you might find useful. -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message