home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: misc.test
- Path: sparky!uunet!haven.umd.edu!darwin.sura.net!welchgate.welch.jhu.edu!alekz
- From: alekz@welchgate.welch.jhu.edu (Alekz Vermont)
- Subject: testing
- Message-ID: <1992Dec30.211544.22720@welchgate.welch.jhu.edu>
- Organization: Johns Hopkins Univ. Welch Medical Library
- Distribution: usa
- Date: Wed, 30 Dec 1992 21:15:44 GMT
- Lines: 21
-
- # Sample .login script. Feel free to modify your copy of this script to
- # meet with your personal preferences.
- # prompt for and define terminal,
- set noglob
- onintr -
- set term = (`tset -e -Q -S -n -r -m 'screen:?vt100' -m 'telenet:?vt100' -m 'alm:?tvi955' -m 'dialup:?vt100' -m 'network:?vt100' `)
- setenv TERM "$term[1]"
- setenv TERMCAP "$term[2]"
- if ($term[1] =~ tvi950*) unsetenv TERMCAP
- unset term noglob
- stty crt intr ^C kill ^U erase ^H -lcase
- umask 077
- # set environment vars for editor, path, and prompt
- echo $TERM
- set path=( /usr/ucb /bin /usr/bin /usr/ucb /usr/local/bin /usr/local/elm ~/bin )
- set prompt="`hostname`> "
- set nowrap
- /usr/local/bin/clockwise -a -n2
- setenv VISUAL /usr/local/bin/pico
- setenv EDITOR /usr/local/bin/pico
-
-