Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 1997 22:35:40 -0700
From:      Amancio Hasty <hasty@rah.star-gate.com>
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? :-) 
Message-ID:  <199706190535.WAA00770@rah.star-gate.com>
In-Reply-To: Your message of "Thu, 19 Jun 1997 12:42:31 %2B0800." <199706190442.MAA00611@papillon.lemis.com> 

next in thread | previous in thread | raw e-mail | index | archive | help

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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706190535.WAA00770>