home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / misc / test / 14693 < prev    next >
Encoding:
Text File  |  1992-12-30  |  1.1 KB  |  32 lines

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