From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 13:23:42 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 B64AB106564A for ; Mon, 13 Feb 2012 13:23:42 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 36F1B8FC1B for ; Mon, 13 Feb 2012 13:23:41 +0000 (UTC) Received: by bkcjg1 with SMTP id jg1so4447568bkc.13 for ; Mon, 13 Feb 2012 05:23:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=n/i7q5MmVRS3/N1RWwsMpIXmapfeAHuh452XYWXIzi4=; b=wy51OUYjqO2KPWWZLNO5wwxUUgvB5ycBkd97qgaHRbojvvhvCngA0tBSGTSOHZuIqL 8h4iqPzizRFttXj6YXQwYM0Ffj9Ho8gfTLro8VMO+2K+Pi7VPkXMxm2hj8WYvrqNtzEB uhqYsjs2AnTBXDB9GNE4HqFcafdIHr6MNWUK0= Received: by 10.204.10.73 with SMTP id o9mr6903855bko.99.1329139420930; Mon, 13 Feb 2012 05:23:40 -0800 (PST) Received: from green.tandem.local (43-24-132-95.pool.ukrtel.net. [95.132.24.43]) by mx.google.com with ESMTPS id bw9sm46231672bkb.8.2012.02.13.05.23.38 (version=SSLv3 cipher=OTHER); Mon, 13 Feb 2012 05:23:39 -0800 (PST) Message-ID: <4F390ED8.9090509@gmail.com> Date: Mon, 13 Feb 2012 15:23:36 +0200 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.1) Gecko/20120213 Firefox/10.0.1 SeaMonkey/2.7.1 MIME-Version: 1.0 To: Alex Keda 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> In-Reply-To: <4F356E84.3090905@lissyara.su> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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: Mon, 13 Feb 2012 13:23:42 -0000 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 > set autolist = TAB > bindkey "\e[3~" delete-char > ......... > and other _really_ necessary settings This can be as simple as defining CLICOLOR. However colors of ls -G wouldn't match with default color set in LSCOLORS so correct LS_COLORS string would be needed too. -- Sphinx of black quartz judge my vow.