From owner-freebsd-current@FreeBSD.ORG Fri Apr 29 03:28:00 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4B0116A4CE for ; Fri, 29 Apr 2005 03:28:00 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64DD443D48 for ; Fri, 29 Apr 2005 03:28:00 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j3T3ROww015012; Thu, 28 Apr 2005 21:27:24 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 28 Apr 2005 21:28:03 -0600 (MDT) Message-Id: <20050428.212803.78072573.imp@bsdimp.com> To: scottl@samsco.org From: "M. Warner Losh" In-Reply-To: <42719BA0.5030901@samsco.org> References: <427196C0.5040506@chuckr.org> <42719BA0.5030901@samsco.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: chuckr@chuckr.org cc: FreeBSD-current@freebsd.org Subject: Re: tcsh X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 29 Apr 2005 03:28:01 -0000 In message: <42719BA0.5030901@samsco.org> Scott Long writes: : Why does 'cd' have to be aliased? It doesn't. In historical csh implementations (eg, sunos 4, 4.2 or 4.3 BSD) needed to alias cd to get the prompt set, but tcsh has indeed obviated that need, with all the benefits that you describe. Warner