Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2012 23:22:44 +0400
From:      Alex Keda <admin@lissyara.su>
To:        freebsd-current@freebsd.org
Subject:   Re: Enhancing the user experience with tcsh
Message-ID:  <4F356E84.3090905@lissyara.su>
In-Reply-To: <4F354ED1.3060307@gmail.com>
References:  <CAF6rxgnebQUY8azv8fovQPkB%2BGgsQjaByZ6JwnNWjrM1hB65eQ@mail.gmail.com> <1328887627.38277.68.camel@buffy.york.ac.uk> <CAF6rxgmjQX%2B8hZVdjYBHJfonegavYhY_22gyVszpPvxhAKbvTA@mail.gmail.com> <1328892101.38277.88.camel@buffy.york.ac.uk> <4F354ED1.3060307@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10.02.2012 21:07, Chuck Burns wrote:
> set prompt = "[%n@%m]%c04%# "
it's not needed

need some as
alias ll         ls -lAhG
alias ls         ls -G
set autolist = TAB
bindkey "\e[3~" delete-char
........
and other _really_ necessary settings

 > complete chown          'p/1/u/'
 > complete man            'C/*/c/'
 > complete service        'n/*/`service -l`/'
need as example. may be in include file, may be in .cshrc



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