Date: Fri, 30 Jun 2006 11:43:17 +0100 From: Pete French <petefrench@ticketswitch.com> To: gobbledegeek@gmail.com Cc: freebsd-amd64@freebsd.org Subject: Re: alias command does not work Message-ID: <E1FwGSz-0007Pg-Pg@dilbert.firstcallgroup.co.uk> In-Reply-To: <463aea570606292326r3dbdfd28h6747fd57c97b384f@mail.gmail.com>
index | next in thread | previous in thread | raw e-mail
> doh! I want bash! I don't want to struggle with the nuances when I
> switch to scripting on linux...
As others have said, this is not the best place for this, but
just to answer your question about aliasing in bash, do it with
a shell funcion
vi()
{
/usr/local/bin/vim
}
should work quite niceuly
-pete.
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1FwGSz-0007Pg-Pg>
