From owner-freebsd-current@FreeBSD.ORG Thu Oct 7 17:43:39 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 5E3A016A4CE for ; Thu, 7 Oct 2004 17:43:39 +0000 (GMT) Received: from freebsd.takeda.tk (node-402413e2.sna.onnet.us.uu.net [64.36.19.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC0A043D41 for ; Thu, 7 Oct 2004 17:43:36 +0000 (GMT) (envelope-from d.kulinski@gmail.com) Received: from takeda.lan (takeda.lan [10.0.0.3]) by freebsd.takeda.tk (8.12.11/8.12.11) with ESMTP id i97HhaAb091760; Thu, 7 Oct 2004 10:43:36 -0700 (PDT) (envelope-from d.kulinski@gmail.com) Date: Thu, 7 Oct 2004 10:41:55 -0700 From: Dariusz Kulinski X-Mailer: The Bat! (v2.01) X-Priority: 3 (Normal) Message-ID: <83139299671.20041007104155@takeda.tk> To: Nikolay Kalev , freebsd-current@freebsd.org In-Reply-To: <136a340a04100706341f7c2d2@mail.gmail.com> References: <200410060019.i960JSbq012606@bunrab.catwhisker.org> <20041006114235.79eb1aee@it.buh.tecnik93.com> <136a340a04100604021216f931@mail.gmail.com> <20041006180405.6a3b8407@vixen42.24-119-122-191.cpe.cableone.net> <61583.66.13.175.242.1097110893.squirrel@mail.ringofsaturn.com> <20041006202735.0b2e531d@vixen42.24-119-122-191.cpe.cableone.net> <136a340a0410070029332a39e9@mail.gmail.com> <747dc8f304100705211dd1dbd@mail.gmail.com> <136a340a041007052662ac1b38@mail.gmail.com> <136a340a04100706186b69bd73@mail.gmail.com> <136a340a04100706341f7c2d2@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Fri, 08 Oct 2004 11:57:00 +0000 Subject: Re: csh is root's shell? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-current@freebsd.org 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 17:43:39 -0000 Hello Nikolay, Thursday, October 7, 2004, 6:34:20 AM, you wrote: > On Thu, 7 Oct 2004 16:18:11 +0300, Nikolay Kalev wrote: >> Ok how about now is it working correct ??? >> New addons and cleanup. >> > Opss sorry about that forgot the file :-)! > Here is a link : > http://www.eprogress.bg/~rootcho/dot.tcshrc > P.S. i;m having hard time with attached files in gmail :-(. I compared previous .tcshrc with the new one, here are few comments: Will this work? alias .../'cd ../../' alias -'cd -' alias /'cd /' There is no space. same here: # INSERT : toggles overwrite or insert mode. bindkey ^[[Loverwrite-mode bindkey ^[[2~overwrite-mode# for x # DELETE : delete char at cursor position. bindkey ^?delete-char bindkey ^[[3~ delete-char# for x and so on. I don't know why did you removed, F1-F6, they were working fine under putty, when I had set up to use function keys same as in linux, maybe instead removing them you could add additional bindkeys so it might work on all configurations. In completes part I noticed that you missed some spaces, is that on purpose? (I didn't run it, so I don't know if it works, but I think it won't) I think that whatever editor you used it just broke stuff. -- Best regards, Dariusz mailto:d.kulinski@gmail.com http://www.takeda.tk