From owner-freebsd-current@FreeBSD.ORG Fri Feb 10 21:32:19 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 80446106566C for ; Fri, 10 Feb 2012 21:32:19 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 374C28FC12 for ; Fri, 10 Feb 2012 21:32:18 +0000 (UTC) Received: by ggnk5 with SMTP id k5so2255921ggn.13 for ; Fri, 10 Feb 2012 13:32:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Kg2bWj5q7IvxrjBaAlisXl25LBhz7bTS0CMlnVSen0s=; b=X9DaflMRmO/gjvmnJCWR/LMfYR9/2XxV2kNHkqcqNCFZh0g6bEQh4AxGGXzmidMI9H uMHeb/w8cmn77maKKlfo8Qgrrfc4SnM726ZQ9vj0ZcKJZrfCFHe+vOYmyM5rlIdKts01 a2gqNaZgcGCbC5PKc/owELw5LBo7DrSt/7SHU= MIME-Version: 1.0 Received: by 10.50.153.233 with SMTP id vj9mr14427080igb.16.1328909538374; Fri, 10 Feb 2012 13:32:18 -0800 (PST) Received: by 10.231.183.21 with HTTP; Fri, 10 Feb 2012 13:32:18 -0800 (PST) Received: by 10.231.183.21 with HTTP; Fri, 10 Feb 2012 13:32:18 -0800 (PST) In-Reply-To: <4F356E84.3090905@lissyara.su> References: <1328887627.38277.68.camel@buffy.york.ac.uk> <1328892101.38277.88.camel@buffy.york.ac.uk> <4F354ED1.3060307@gmail.com> <4F356E84.3090905@lissyara.su> Date: Fri, 10 Feb 2012 21:32:18 +0000 Message-ID: From: Chris Rees To: Alex Keda Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org 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 21:32:19 -0000 On 10 Feb 2012 19:41, "Alex Keda" wrote: > > 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 Lscolors are an abomination. -F or nothing at all is better; remember some people will use white xterms etc. Chris > 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 > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >