Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# $OpenBSD: dot.login,v 1.3 2002/06/09 06:15:15 todd Exp $
|
|
#
|
|
# csh login file
|
|
|
|
if ( ! $?TERMCAP ) then
|
|
tset -Q '-mdialup:?vt100' $TERM
|
|
endif
|
|
|
|
stty newcrt crterase
|
|
|
|
set savehist=100
|
|
set ignoreeof
|
|
|
|
setenv EXINIT 'set ai sm noeb'
|
|
setenv HOSTALIASES $HOME/.hostaliases
|
|
|
|
if ( -x /usr/games/fortune) /usr/games/fortune
|