home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 7 / RISCWORLD_VOL7.iso / Software / Toolbox / UnixHome / !UnixHome / home / !HomeRC next >
Encoding:
Text File  |  2005-05-16  |  828 b   |  25 lines

  1. | User specfic variables for RISC OS Unix ports
  2. |
  3. | Peter Naulls
  4. | peter@chocky.org
  5.  
  6. | This file is distributed with !UnixHome, so may be overwritten if
  7. | you upgrade !UnixHome.  It is suggest therefore that you make your
  8. | own file "!UserRC" if you want to customise anything.  This is called
  9. | from the last line of this file.
  10.  
  11. | Set the variables.  The home location is in UnixEnv$HOME, and you
  12. | can set values relative to this, although you should use '/' as a
  13. | directory seperator.  You can set values with the "UnixEnv$" prefix,
  14. | or plain, as you would see them in Unix.
  15.  
  16.  
  17. | Default Terminal type for Curses applications
  18. Set UnixEnv$TERM xterm-vt220
  19.  
  20. | Lynx needs a path to look for its home
  21. Set UnixEnv$LYNX_CFG <UnixEnv$HOME>/lynx.cfg
  22.  
  23. | Call User's custom settings
  24. IfThere <Obey$Dir>.!UserRC Then <Obey$Dir>.!UserRC
  25.