[7832] in SIPB bug reports
Re: adding locker
daemon@ATHENA.MIT.EDU (Camilla R Fox)
Thu Aug 30 16:04:57 2001
Message-Id: <200108302004.QAA09246@red-herring.mit.edu>
To: Catherine I Shaw <cishaw@MIT.EDU>
Cc: bug-sipb@MIT.EDU
In-Reply-To: Your message of "Thu, 30 Aug 2001 13:23:56 EDT."
<Pine.GSO.4.30L.0108301316120.3862-100000@multics.mit.edu>
Date: Thu, 30 Aug 2001 16:04:55 -0400
From: Camilla R Fox <cfox@MIT.EDU>
> The "add" alias is defined in /usr/athena/lib/init/cshrc; a default athena
> account will have a .cshrc file that sources this system cshrc. Users are
> encouraged to put their own customizations into the .cshrc.mine file,
> instead of into the .cshrc file.
To elaborate slightly on Jacob's answer, if you've accidentally lost
or deleted your default dotfiles, you can get fresh ones (which should
provide the add alias) by logging into athena, and copying them from
/usr/prototype_user.
cp /usr/prototype_user/.??* ~
would copy all of them to your homedir.
If you're curious about how these work, you might find the OLH Dotfiles
document to be useful. You can find it at:
http://web.mit.edu/olh/Dotfiles
-Camilla