# This is the filename where your incoming mail arrives. echo 'starting bash_profile' if [ ! -d ~/.history ] ; then mkdir ~/.history ; fi export HISTFILE=~/.history/history.$HOSTNAME #EDITOR=/usr/local/bin/ce VISUAL=/usr/local/bin/ce FCEDIT=/usr/local/bin/ce #SHELL=${SHELL:-${BASH:-/bin/bash}} export PAGER=less export LESS='-i -e -M -P%t?f%f :stdin .?pb%pb\%:?lbLine %lb:?bbByte %bb:-...' #default PATH PATH=/usr/bin:/usr/openwin/bin:/bin # # Bogus 1003.2 variables. This should really be in /etc/profile # PS1="${HOSTNAME}\$ " PS2='> ' export PS1 PS2 # Set file creation mask to rw------- umask 022 # Source the standard rc if [ -f ~/.bashrc ] ; then source ~/.bashrc fi