Date: Thu, 7 Oct 2004 10:41:55 -0700 From: Dariusz Kulinski <d.kulinski@gmail.com> To: Nikolay Kalev <nkalev@gmail.com>, freebsd-current@freebsd.org Subject: Re: csh is root's shell? Message-ID: <83139299671.20041007104155@takeda.tk> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello Nikolay, Thursday, October 7, 2004, 6:34:20 AM, you wrote: > On Thu, 7 Oct 2004 16:18:11 +0300, Nikolay Kalev <nkalev@gmail.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?83139299671.20041007104155>