Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Oct 2004 13:42:40 -0500
From:      Vulpes Velox <v.velox@vvelox.net>
To:        Nikolay Kalev <nkalev@gmail.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: csh is root's shell?
Message-ID:  <20041007134240.25310793@vixen42.24-119-122-191.cpe.cableone.net>
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
On Thu, 7 Oct 2004 16:34:20 +0300
Nikolay Kalev <nkalev@gmail.com> 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

alias . 		'pwd'
alias .. 	'cd ..'
alias ../	'cd ../'
alias ... 	'cd ../..'
alias .../	'cd ../../'
alias -		'cd -'
alias /		'cd /'

is not needed with "set implicitcd=verbose"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041007134240.25310793>