1999-08-28 00:22:10 +00:00
|
|
|
# $FreeBSD$
|
1996-09-21 21:35:47 +00:00
|
|
|
#
|
o Migrate path, umask from dot.login to dot.cshrc
o Comment out display of fortune by default.
o Synch root's .cshrc/.login and non-root's .cshrc/.login in terms of
gratuitous variables set (EDITOR).
o Remove some commented out variables set inconsistently or gratuitously,
such as Interviews settings, 8-bit German locale for root only.
o Synchronize comments in header, as well as references to appropriate man
pages.
o Remove MANPATH setting as apparently /etc/manpath.config does all that
already.
Similar changes probably need to be made in other dot.* files for root
and skel, as all of these files seem to set different aliases, environmental
variables, prompts, and have different semantics.
As a result of this patch, leaving aside the setting of a special prompt
for root, users of csh and tcsh should find similar environments when
logging in or su'ing to any account using that shell.
Reviewed by: asmodai, nbm, will
2000-03-25 20:23:39 +00:00
|
|
|
# .login - csh login script, read by login shell, after `.cshrc' at login.
|
1996-09-21 21:35:47 +00:00
|
|
|
#
|
|
|
|
# see also csh(1), environ(7).
|
1995-12-01 08:41:35 +00:00
|
|
|
#
|
1994-05-30 19:09:18 +00:00
|
|
|
|
2001-06-25 20:40:02 +00:00
|
|
|
[ -x /usr/games/fortune ] && /usr/games/fortune freebsd-tips
|