csh is root's shell?

Vulpes Velox v.velox at vvelox.net
Thu Oct 7 11:43:20 PDT 2004


On Thu, 7 Oct 2004 16:34:20 +0300
Nikolay Kalev <nkalev at gmail.com> wrote:

> On Thu, 7 Oct 2004 16:18:11 +0300, Nikolay Kalev <nkalev at 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"


More information about the freebsd-current mailing list