Re: git: dcb65c5a94d4 - main - csh: Remove hardlink /.cshrc

From: Lexi Winter <lexi_at_le-fay.org>
Date: Tue, 04 Jun 2024 23:11:53 UTC
John Baldwin:
> >      csh: Remove hardlink /.cshrc
> 
> FWIW, this happens anytime you use /bin/csh as root's shell and boot into
> single user mode.

if csh reads /.cshrc rather than /root/.cshrc, this feels like a bug in
csh which should be fixed.

is it relying on $HOME rather than using getpwuid() to find its home
directory?