Thanks, that was exactly what I was looking for...
Tried a .profile and .bash_profile with no luck...
> -----Original Message-----
> From: mailing list [mailto:sunlist (at mark) yahoo.com]
> Sent: Saturday, July 26, 2008 6:49 AM
> To: coba-e (at mark) bluequartz.org
> Subject: [coba-e:13606] Re: Proper place for...
>
>
> --- On Fri, 7/25/08, Darrell D. Mobley <dmobley (at mark) uhostme.com> wrote:
>
> > What is the proper way to set the root user on a BQ server so that the
> > crontab editor is PICO instead of VI?
>
> # EDITOR=pico
> # export EDITOR
> # crontab -e (should be using pico now)
>
> You can also put the below in your .bashrc so you don't have to type in
> the command above every time.
>
> EDITOR=pico
> export EDITOR
>
> Regards,
>
>
> Mike
>
>
>
>