Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!apple!gem.mps.ohio-state.edu!ginosko!aplcen!haven!adm!xadmx!rbj@dsys.ncsl.nist.gov From: rbj@dsys.ncsl.nist.gov (Root Boy Jim) Newsgroups: comp.unix.questions Subject: Two vi questions. Message-ID: <20884@adm.BRL.MIL> Date: 18 Sep 89 18:13:33 GMT Sender: news@adm.BRL.MIL Lines: 24 ? From: "Blair P. Houghton" ? No, it's ME I need to fix. ? for the past forever, I've been having that problem. Now I am told ? that vi does indeed pass the globbing onto csh, and that it's only ? because I am to bonehead-f****ing lazy to put ? if ( $?prompt ) then ? set prompt="subwhat? " ? else ? unset prompt ? endif The else clause is unnecessary. Also, you might as well simply exit your .cshrc at this point, as you most likely don't want any aliases or variables set. The general form of .cshrc should be: if ($?prompt == 0) exit Root Boy Jim and the GNU Bohemians