From owner-freebsd-current@FreeBSD.ORG Fri Feb 10 19:40:18 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2849D1065742 for ; Fri, 10 Feb 2012 19:40:18 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from mx.lissyara.su (mx.lissyara.su [91.227.18.11]) by mx1.freebsd.org (Postfix) with ESMTP id C75F18FC16 for ; Fri, 10 Feb 2012 19:40:17 +0000 (UTC) Received: from [79.164.50.20] (port=26101 helo=dc7700p.lissyara.su) by mx.lissyara.su with esmtpa (Exim 4.76 (FreeBSD)) (envelope-from ) id 1Rvw3Q-000Lkv-Q5 for freebsd-current@freebsd.org; Fri, 10 Feb 2012 23:22:44 +0400 Message-ID: <4F356E84.3090905@lissyara.su> Date: Fri, 10 Feb 2012 23:22:44 +0400 From: Alex Keda User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0) Gecko/20120201 Thunderbird/10.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <1328887627.38277.68.camel@buffy.york.ac.uk> <1328892101.38277.88.camel@buffy.york.ac.uk> <4F354ED1.3060307@gmail.com> In-Reply-To: <4F354ED1.3060307@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-White-List: YES X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-White-List: YES X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Descriptions: powered by www.lissyara.su X-Bounce-ID: mx.lissyara.su Subject: Re: Enhancing the user experience with tcsh X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Feb 2012 19:40:18 -0000 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