Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jun 2006 22:51:34 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        Gobbledegeek <gobbledegeek@gmail.com>
Cc:        freebsd-amd64@freebsd.org
Subject:   Re: alias command does not work
Message-ID:  <20060630055134.GA5014@troutmask.apl.washington.edu>
In-Reply-To: <463aea570606292249y482107daxcc965000c22ae0ae@mail.gmail.com>
References:  <463aea570606292249y482107daxcc965000c22ae0ae@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jun 30, 2006 at 11:19:46AM +0530, Gobbledegeek wrote:
> alias vi=/usr/local/bin/vim
> or alias vi='/usr/local/bin/vim'
> 
> does not work. I am using bash shell
> 
> Any tips? Am I forgetting something?
> 

Don't use bash.

Use tcsh with

alias vi /usr/local/bin/vim

-- 
Steve



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