Initialization
If the -s or “-” options have been
specified, then nvi will bypass all
initializations. Otherwise, nvi
performs the following steps:
Read and execute the file /etc/vi.exrc. It must be owned either by
rootor by you.Execute the value of the
NEXINITenvironment variable if it exists; otherwise, useEXINITif it exists. Only one will be used, not both. Bypass executing $HOME/.nexrc or $HOME/.exrc.If $HOME/.nexrc exists, read and execute it. Otherwise, if $HOME/.exrc exists, read and execute it. Only one will be used.
If the
exrcoption has been set, then look for and execute either ./.nexrc if it exists, or ./.exrc. Only one will be used.
nvi will not execute any file that is writable by anyone other than the file’s owner.
The nvi documentation
suggests putting common initialization actions into your .exrc file (i.e., options and commands for
Unix vi), and having your .nexrc file execute :source .exrc before or after the nvi-specific initializations.