home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / languages / progs / vim / SetUnix < prev    next >
Encoding:
Text File  |  1994-04-20  |  364 b   |  11 lines

  1. | Setup paths for the Unix Library. Needed for the `vim' port
  2. | Include these in your boot sequence, suitably adjusted.
  3. Set Lib$Path      HD1:$.usr.lib.
  4. Set Tmp$Path      HD1:$.tmp.
  5. Set TERM          acorn0
  6. Set TERMCAP       /etc/termcap
  7. Set UnixFS$/etc   HD1:$.etc
  8. Set UnixFS$/tmp   HD1:$.tmp
  9. Set UnixFS$/usr   HD1:$.usr
  10. Set UnixFS$sfix   a:c:f:h:i:l:o:p:s:y:vim
  11.