.login


Thu Dec 7 07:02:10 PST 2000


case "$SHELL" in
    */bash) set -o vi; set -o ignoreeof
	    #set -o notify; 
	    command_oriented_history=1
    	    #PS1='\h:\w $PSCH ' ENV="$HOME/.shellrc"
	    PS1='[$USER:$HOSTNAME:$PWD] '
	    export PS1
	    export ENV
	    [ -f "$ENV" ] && . "$ENV"
            ;;
    */ksh)  set -o vi; set -o monitor; set -o ignoreeof
	    PS1="$(/bin/hostname)$ "
	    ENV="$HOME/.shellrc"
	    export ENV
            ;;
    *)      set -I
	    PS1="$(/bin/hostname)$ "
	    ENV="$HOME/.shellrc"
	    export ENV
            ;;
esac

if [ -f $HOME/.profile.locale ] ; then . $HOME/.profile.locale ; fi
-- 
 ----------------------------------------------------------------------
  George Dinwiddie                                  gdinwiddie at min.net
  The gods do not deduct from man's allotted span those hours spent in
  sailing.                         NEW URL => http://www.Alberg30.org/
 ----------------------------------------------------------------------




More information about the Public-List mailing list