Skip site navigation (1)Skip section navigation (2)
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>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1FwGSz-0007Pg-Pg>