#############################################################################
###
###   .vueprofile
###
###   user personal environment variables
###
###   Hewlett-Packard Visual User Environment, Version 2.0
###
###   Copyright (c) 1990 Hewlett-Packard Company
###
###   $Revision: 4.1 $
###
#############################################################################


#############################################################################
###
###   VUE pre-sets the following environment variables for each user.
###   
###	DISPLAY	  set to the value of the first field in the Xservers file
###	EDITOR	  set to "/usr/bin/vi"
###	HOME	  set to the user's home directory (from /etc/passwd)
###	LANG	  set to the display's current NLS language (if any)
###	LOGNAME	  set to the user name
###	MAIL	  set to "/usr/mail/$USER"
###	PATH	  set to the value of the Vuelogin "userPath" resource
###	USER	  set to the user name
###	SHELL	  set to the user's default shell (from /etc/passwd)
###     TERM	  set to hpterm
###	TZ	  set to the value of the Vuelogin "timeZone" resource
###
###   Three methods are available to modify or add to this list depending 
###   on the desired scope of the resulting environment variable. 
###   
###	1. X server and/or all users on a display	(Xconfig file)
###	2. all users on a display			(Xsession file)
###	3. individual users				(.vueprofile file)
###	
###   See VUE on-line help, the VUE Users Guide, or the Vuelogin(1X) man
###   page for details on setting environment variables.
###
###
###   Personal environment variables can be set in the script file
###   "$HOME/.vueprofile".  The files /etc/profile and $HOME/.profile are
###   not read by VUE as they may contain terminal I/O based commands
###   inappropriate for a graphical interface.  Users should set up
###   ".vueprofile" with personal environment variables for their VUE
###   session.
###
###   VUE will accept either sh, ksh, or csh syntax for the commands in this
###   file.  The commands should only be those that set environment
###   variables, not any that perform terminal I/O, ex.  "tset" or "stty".
###   If the first line of ".vueprofile" is #!/bin/sh, #!/bin/ksh, or
###   #!/bin/csh, VUE will use the appropriate shell to parse the commands.
###   Otherwise the user's default shell ($SHELL) will be used.
###
##############################################################################
