# .bash_profile #echo "Loading ~/.bash_profile" # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:/usr/local/bin:$HOME/bin export PATH OSGEOBUILDHOME=${HOME} export OSGEOBUILDHOME PYTHONPATH=${OSGEOBUILDHOME}/etc/slaves:${PYTHONPATH} export PYTHONPATH SVN_EDITOR=vim export SVN_EDITOR unset USERNAME