alias command does not work

Steve Kargl sgk at troutmask.apl.washington.edu
Fri Jun 30 05:51:38 UTC 2006


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


More information about the freebsd-amd64 mailing list