Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Dec 1998 08:09:36 +0000
From:      Mark Ovens <marko@uk.radan.com>
To:        Markus <mennis@ucsd.edu>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: prompt2
Message-ID:  <366CDEC0.50A6ACEE@uk.radan.com>
References:  <366C3D88.7C67F93E@ucsd.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Markus wrote:
> 
> Hi,
> 
> I've searched hi and low but cannot find any info regarding the prompt
> shell variable.  I've been attempting to set my prompt as the current
> working directory such as:
> 
> /usr/home/marke>%
> 

Here's what I use for csh:

alias cd 'cd \!*;set prompt="`hostname`:`pwd`{!}% "'

which gives:

gppsun4:/users2/radan{8}%

The number in ``{}'' being the command number in the history list.

You will need to add ``cd'' at the end of your .cshrc file to get the
prompt as soon as you start a new shell.

HTH

> and have it change when the directory is changed.  I was going to do an
> alias for cd and maybe change the prompt variable or use the second
> prompt variable if I knew how to print it as well but couldn't find the
> cd executable, I believe it's a system call???, and couldn't find info
> on prompt2.   Do you know how to do this??
> 
> Thanks for all the help, I'm learning quickly how fun and powerful
> FreeBSD is.....
> 
> --
> -------------------------------------------------------------
> Mark Ennis                      |
> mennis@ucsd.edu                 |
> marke@sparc.sandiegoca.ncr.com  |
> -------------------------------------------------------------
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

-- 
  Trust the computer industry to shorten Year 2000 to Y2K. It
  was this thinking that caused the problem in the first place.

Mark Ovens, CNC Applications Engineer, Radan Computational Ltd.
Bath, Avon, England.  Sheet Metal CAD/CAM Solutions
mailto:marko@uk.radan.com    http://www.radan.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?366CDEC0.50A6ACEE>