Blame SOURCES/dot-bash_profile

472374
# .bash_profile
472374
472374
# Get the aliases and functions
472374
if [ -f ~/.bashrc ]; then
472374
	. ~/.bashrc
472374
fi
472374
472374
# User specific environment and startup programs
472374
472374
PATH=$PATH:$HOME/bin
472374
472374
export PATH