From owner-freebsd-current@FreeBSD.ORG Thu Oct 7 00:05:49 2004 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 1F22716A4CE for ; Thu, 7 Oct 2004 00:05:49 +0000 (GMT) Received: from mail.cableone.net (scanmail1.cableone.net [24.116.0.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3CC243D1D for ; Thu, 7 Oct 2004 00:05:48 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.24-119-122-191.cpe.cableone.net (unverified [24.119.122.25]) by smail1.cableone.net (SurgeMail 1.9b) with ESMTP id 20832615 for multiple; Wed, 06 Oct 2004 16:04:40 -0700 Date: Wed, 6 Oct 2004 18:04:05 -0500 From: Vulpes Velox To: Nikolay Kalev Message-ID: <20041006180405.6a3b8407@vixen42.24-119-122-191.cpe.cableone.net> In-Reply-To: <136a340a04100604021216f931@mail.gmail.com> References: <200410060019.i960JSbq012606@bunrab.catwhisker.org> <1F92A08DB846503C2933CB0D@192.168.1.16> <20041006010051.GA53821@sirius.speicher.org> <20041006065433.GB612@loge.nixsys.be> <136a340a041006002068ffbf8d@mail.gmail.com> <20041006114235.79eb1aee@it.buh.tecnik93.com> <136a340a04100604021216f931@mail.gmail.com> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Server: High Performance Mail Server - http://surgemail.com cc: itetcu@people.tecnik93.com cc: freebsd-current@freebsd.org Subject: Re: csh is root's shell? 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: Thu, 07 Oct 2004 00:05:49 -0000 On Wed, 6 Oct 2004 14:02:38 +0300 Nikolay Kalev wrote: > On Wed, 6 Oct 2004 11:42:35 +0300, Ion-Mihai Tetcu > wrote: > > On Wed, 6 Oct 2004 10:20:34 +0300 > > Nikolay Kalev wrote: > > > > > Put sum tcshrc scripts from tcshrc.sf.net and it will be better > > > then bash. I think i;m on my way to create a patch for that > > > :-))). > > > > I've recently discussed with the port maintainer of tcshrc to work > > at an update of the port (our distfile is from 2003), but if you > > have already done work is this area please say, I don't wanna > > duplicate yours. > > > > If not, maybe I can send you a diff when is ready to test it ? > > > > > Ok here is a Simple dot.tcshrc file which needs more testing and > cleanup. I removed some stuff which are not working very well under > FreeBSD in new versions of tcshrc scripts from the original author. How do you get the time thing working? Pasted this into my .cshrc, but it did not have any affect... :/ set time=(8 "\ Time spent in user mode (CPU seconds) : %Us\ Time spent in kernel mode (CPU seconds) : %Ss\ Total time : %Es\ CPU utilisation (percentage) : %P\ Times the process was swapped : %W\ Times of major page faults : %F\ Times of minor page faults : %R") Also had no luck with this bit, or any of the other F key ones, either under console or from within X :/ bindkey ^[[[A run-help bindkey run-help I just get a n "Ubound extended key "run-help"" upon starting it.