Blame SOURCES/dot-bash_profile

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