Index: [Article Count Order] [Thread]

Date:  Sat, 26 Jul 2008 12:33:09 -0400
From:  "Darrell D. Mobley" <dmobley (at mark) uhostme.com>
Subject:  [coba-e:13612] Re: Proper place for...
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <003801c8ef3d$4ac7c9f0$6400a8c0@HPPAVILION>
In-Reply-To:  <567205.18874.qm (at mark) web63801.mail.re1.yahoo.com>
References:  <01cc01c8eecc$a745fce0$6400a8c0 (at mark) HPPAVILION> <567205.18874.qm (at mark) web63801.mail.re1.yahoo.com>
X-Mail-Count: 13612

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
> 
> 
> 
>