#bash environment setup
#LESS=-MM
#alias more=less
ignoreeof=0
export TERM PS1 ignoreeof
alias which='type -path'
alias ls='ls -AF'

PS1=`hostname`'# '

PATH=/bin:/usr/bin:/usr/local/bin:/usr/bin/X11:/usr/TeX/bin
