1 #       This is the default standard profile provided to a user.
 
   2 #       They are expected to edit it to meet their own needs.
 
   4 stty erase ^? intr ^C kill ^U echoe 
 
   5 PATH=/epic/bin:/bin:/home/bin:/usr/bin:/bin:/opt/std/bin:/usr/local/bin:/usr/sbin
 
   9 PS1='$LOGNAME'@$(uname -n):'$PWD> '
 
  13 # Try to use tcsh or bash if available
 
  14 if [[ -a /usr/local/bin/bash ]]
 
  16   SHELL="/usr/local/bin/bash"
 
  17   export SHELL; exec $SHELL
 
  22   export SHELL; exec $SHELL
 
  25 # if current $TERM isn't valid, fall-back to TERM=xterm-color or TERM=xterm
 
  26 case $(tput colors 2>&1) in
 
  28         export TERM=xterm-color
 
  29         case $(tput colors 2>&1) in