From owner-freebsd-questions@FreeBSD.ORG Sat Mar 26 02:05:17 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8743A16A4CE for ; Sat, 26 Mar 2005 02:05:17 +0000 (GMT) Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1674943D3F for ; Sat, 26 Mar 2005 02:05:17 +0000 (GMT) (envelope-from FreeBSD@amadeus.demon.nl) Received: from amadeus.demon.nl ([82.161.18.200]:52574 helo=[10.0.1.1]) by post-24.mail.nl.demon.net with esmtp (Exim 4.43) id 1DF0fr-000GLs-O9; Sat, 26 Mar 2005 02:05:16 +0000 In-Reply-To: References: <20050325234152.GA12816@falcon.midgard.homeip.net> <20050326002311.GA18807@falcon.midgard.homeip.net> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <9ca8a37464ed7b8c21144b3fae0d110b@amadeus.demon.nl> Content-Transfer-Encoding: 7bit From: FreeBSD questions mailing list Date: Sat, 26 Mar 2005 03:05:12 +0100 To: Gert Cuykens X-Mailer: Apple Mail (2.619.2) cc: Christopher Nehren cc: freebsd-questions@freebsd.org Subject: Re: .cshrc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2005 02:05:17 -0000 > > I would like one with allot of colors and a double tab completion that > shows every command or file :) > > Is bash the only one that does that or can csh do that too ? Hey Gert, I use tcsh and have these variables in my .cshrc: setenv CLICOLOR_FORCE 1 set prompt = '%B%n@%m:%b%~%# ' set autolist = ambigous It hasn't got a lot of colours but enough to distingiush the files from folders etc... And autocompletion and hints. Arno > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >