From owner-freebsd-questions Mon Nov 22 2:15:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mayn.de (airbus.mayn.de [194.145.150.13]) by hub.freebsd.org (Postfix) with SMTP id 055EF14D2C for ; Mon, 22 Nov 1999 02:15:08 -0800 (PST) (envelope-from token@wuff.mayn.de) Received: (qmail 18673 invoked from network); 22 Nov 1999 10:15:05 -0000 Received: from wuff.mayn.de (qmailr@194.145.150.17) by airbus.mayn.de with SMTP; 22 Nov 1999 10:15:05 -0000 Received: (qmail 17221 invoked by uid 603); 22 Nov 1999 10:13:21 -0000 Message-ID: <19991122111321.A17015@wuff.mayn.de> Date: Mon, 22 Nov 1999 11:13:21 +0100 From: Matthias Buelow To: "Ryan Thompson [FreeBSD]" , Guillaume Paquet Cc: freebsd-questions@FreeBSD.ORG Subject: Re: prompt and default editor References: <001e01bf345b$722ec800$0201a8c0@cgocable.ca> <383890FB.67D65021@sasknow.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i In-Reply-To: <383890FB.67D65021@sasknow.com>; from Ryan Thompson [FreeBSD] on Sun, Nov 21, 1999 at 06:40:27PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ryan Thompson [FreeBSD] wrote: >> 2) How can I change the default editor of quota\crontab? vi --> pico > >setenv EDITOR /usr/local/bin/pico > >.. Should do the trick for "most" applications. If not, you can always >use: > >alias vi /usr/local/bin/pico The second suggestion certainly won't make cron use pico. The first will have the desired effect, though. mkb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message