blob: d369fd3e1dcb9e756989a2404e6056244e4a6451 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $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
|