# .bashrc

# Read first /etc/inputrc if the variable is not defined, and after the /etc/inputrc
# include the ~/.inputrc

[ -z $INPUTRC ] && export INPUTRC=/etc/inputrc


# Source global definitions

if [ -f /etc/bashrc ]; then
        . /etc/bashrc
fi

export PVM_RSH=/usr/bin/ssh
export PVM_ROOT=/usr/share/pvm3
export PVMD_NOHOLD=ON
export PVM_TMP=/var/run/pvm3
export XPVM_ROOT=/usr/X11R6/lib/xpvm/
