Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2000 01:22:41 +0000
From:      George Cox <gjvc@gjvc.com>
To:        Jerry Lei <tylei@hotmail.com>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: about .login or .cshrc
Message-ID:  <20000216012241.G10907@extremis.demon.co.uk>
In-Reply-To: <20000214223430.97045.qmail@hotmail.com>; from tylei@hotmail.com on Mon, Feb 14, 2000 at 02:34:30PM -0800
References:  <20000214223430.97045.qmail@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 14/02 14:34, Jerry Lei wrote:

> Hi, How do I set prompt as username@hostname(tty#)-history#> under csh?

Install tcsh -- it's an enhanced c-shell with tab-completion

  cd /usr/ports/shells/tcsh
  make install

Put the following line in your ~/.tcshrc file

  set   prompt  = '%n@%m(%l)-%h %# '

I have some tcsh dotfiles with 150 or so customised completions.  If you or
anyone wants them, please drop me a note.


gjvc

-- 
[gjvc]
<gjvc@gjvc.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?20000216012241.G10907>