# .shrc - bourne shell startup file # # This file will be used if the shell is invoked for interactive use and # the environment variable ENV is set to this file. # if [ -f $HOME/.sh/.setenv ]; then eval `$HOME/.sh/.setenv -s` fi umask 022 set -o emacs set -o ignoreeof PS1="`$WHOAMI`@`$HOSTNAME_BIN | $CUT -d. -f1`" case `id -u` in 0) PS1="${PS1} # ";; *) PS1="${PS1} $ ";; esac # search path for cd(1) # CDPATH=.:$HOME