Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.1 6/24/83; site mcgill-vision.UUCP
Path: utzoo!linus!philabs!micomvax!musocs!mcgill-vision!mouse
From: mouse@mcgill-vision.UUCP (der Mouse)
Newsgroups: net.bugs.4bsd
Subject: Re: vi bug(feature?)
Message-ID: <105@mcgill-vision.UUCP>
Date: Fri, 9-Aug-85 03:54:35 EDT
Article-I.D.: mcgill-v.105
Posted: Fri Aug  9 03:54:35 1985
Date-Received: Mon, 12-Aug-85 01:19:58 EDT
References: <32700001@waltz>
Organization: McGill University, Montreal
Lines: 11

There's a way around the prompt problem which still allows you to set your
prompt in the .cshrc (so you get it in subshells).  Simply place

if $?prompt then
  ....
endif

around the `set prompt' and any similar commands (such as the aliases some
people have for cd/pushd/popd which modify the prompt....).

					der Mouse