From owner-freebsd-chat  Wed Jun 18 22:35:48 1997
Return-Path: <owner-chat>
Received: (from root@localhost)
          by hub.freebsd.org (8.8.5/8.8.5) id WAA07471
          for chat-outgoing; Wed, 18 Jun 1997 22:35:48 -0700 (PDT)
Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18])
          by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA07464;
          Wed, 18 Jun 1997 22:35:41 -0700 (PDT)
Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1])
	by rah.star-gate.com (8.8.5/8.8.5) with ESMTP id WAA00770;
	Wed, 18 Jun 1997 22:35:40 -0700 (PDT)
Message-Id: <199706190535.WAA00770@rah.star-gate.com>
X-Mailer: exmh version 1.6.9 8/22/96
To: grog@FreeBSD.ORG (Greg Lehey)
cc: msmith@atrad.adelaide.edu.au (Michael Smith),
        chat@FreeBSD.ORG (FreeBSD Chat)
Subject: Re: OS/2 users going to FreeBSD? :-) 
In-reply-to: Your message of "Thu, 19 Jun 1997 12:42:31 +0800."
             <199706190442.MAA00611@papillon.lemis.com> 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Wed, 18 Jun 1997 22:35:40 -0700
From: Amancio Hasty <hasty@rah.star-gate.com>
Sender: owner-chat@FreeBSD.ORG
X-Loop: FreeBSD.org
Precedence: bulk


This is what I have for my prompt in my .tcshrc


if ($?prompt) then
        set prompt="{hasty} " 
        set filec
endif
 if ( $?term ) then
     if  ( "$term" == 'xterm' ) then 
        set prompt = '%{\033]0;%m - %~\007%}%B{hasty}%b '  
     else
        set prompt = '%m - %~ %# '
     endif
   else
     set prompt = '%m - %~ %# '
   endif