Subject: Re: editor
To: None <port-mac68k@NetBSD.ORG>
From: synapse <synapse@gim.net>
List: port-mac68k
Date: 11/09/1996 14:14:38
>
>EDITOR="/usr/local/bin/pico"
>export EDITOR
>
that works for bash, sh, and (maybe) ksh. for csh and tcsh, put the
following line in the ~/.cshrc file:

setenv EDITOR /usr/local/bin/pico

  - a