home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Book HomeLearning the vi EditorSearch this book

9.4. Initialization

If the -s or "-" options have been specified, then nvi will bypass all initializations. Otherwise, nvi performs the following steps:

  1. Read and execute the file /etc/vi.exrc. It must be owned either by root or by you.

  2. Execute the value of the NEXINIT environment variable if it exists, otherwise use EXINIT if it exists. Only one will be used, not both. Bypass executing $HOME/.nexrc or $HOME/.exrc.

  3. If $HOME/.nexrc exists, read and execute it. Otherwise, if $HOME/.exrc exists, read and execute it. Only one will be used.

  4. If the exrc option 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.



Library Navigation Links

Copyright © 2003 O'Reilly & Associates. All rights reserved.