# .bash_profile umask 027 # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/bin ENV=$HOME/.bashrc USERNAME="root" export USERNAME ENV PATH umask stty erase ^? tput clear if [ -f /etc/issue ] ; then cat /etc/issue fi SHELL=/bin/bash TERM=vt100 TMOUT=7200 EXT=`date +'%d%m%y.%H%M%S'` PATH=$PATH:/usr/local/bin:/usr/ccs/bin export SHELL TERM TMOUT EXT PATH SHELL if [ ! -d $HOME/logs ] ; then mkdir $HOME/logs fi #if [ "`tty`" != "/dev/console" ] ; then # if [ -x $SHELL ] ; then exec script $HOME/logs/${LOGNAME}logs.$EXT # fi #fi mesg n