On Tue, Nov 02, 1999 at 12:38:46AM +1100, Hamish Moffatt wrote:
> On the other hand, some turkey has installed vim on master
> and made it /usr/bin/vi .. only the pure (nvi) should be /usr/bin/vi :-)
Workarounds:
(a) echo syntax off >~/.vimrc
or
(b) echo "PATH=~/bin:$PATH" >>~/.bash_profile
mkdir -p ~/bin
ln -sf `which nvi` ~/bin/vi
[Ok, you don't really need the -p or f flags]
--
Raul