# .bashrc

# User specific aliases and functions
PATH=/opt/python2/bin:$PATH
export PATH


# Source global definitions
if [ -f /etc/bashrc ]; then
        . /etc/bashrc
fi

