Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!mit-eddie!uw-beaver!milton!ogicse!intelhf!ichips!inews!hopi!bhoughto From: bhoughto@hopi.intel.com (Blair P. Houghton) Newsgroups: comp.unix.questions Subject: Re: .exinit file in VI Message-ID: <2590@inews.intel.com> Date: 19 Feb 91 07:01:50 GMT References: <1991Feb18.153009.21006@zip.eecs.umich.edu> Sender: news@inews.intel.com Organization: Intel Corp, Chandler, AZ Lines: 20 In article <1991Feb18.153009.21006@zip.eecs.umich.edu> bguthy@amazon.eecs.umich.edu (Bala S. Guthy) writes: >Hello Netlanders, I have a simple question about vi, hope >there is a simple answer. How do I make read my .exinit file >in the $HOME directory? I currently a make a copy of it into >all my subdirectories. Thank you Try mv $HOME/.exinit $HOME/.exrc :-) EXINIT is the name of the environment variable for initializing vi(1) (and ex(1)). If you're using a .exrc file, you should not set or use EXINIT. Go ahead and remove all those .exinit files... --Blair "Huh?"