blob: bdbc7506830f28012f64d52b5320762e28efd790 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#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
/usr/games/fortune
|