export PATH=/bin:/usr/bin:/usr/local/binAPPS_PATHS
export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/libLIBS_PATHS

if [ -f ~/.bashrc ]; then
	source ~/.bashrc
fi
